heltonx/createFilesByNamesList
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Last test: January 8 2024 21:55 # uniteAllTextFilesInOne This script generates identic files with different names according a list provided by the user. It also creates a directory called 'result/', where it will place the files just created. INSTRUCTIONS Put the .pdf empty sample file (L00000000000000.pdf), the samples txt list and the script at same directory, and just execute the script EXAMPLE: sampleList.txt 'Raspberry Strawberry Blueberry' --- After run, the script will generates, in this case, three identical files ((inside the directory 'result/'), with different names: Raspberry.pdf Strawberry.pdf Blueberry.pdf OBSERVATIONS: #Tested at: Windows 11 (Python 3.11.2) Windows 10 (Python 3.11.2) Xubuntu (Ubuntu 22.04.1 LTS, Python 3.10.6) ..... old 'hsvpython'