Skip to content

this script automatizes the generation of several files by a previous given list

Notifications You must be signed in to change notification settings

heltonx/createFilesByNamesList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

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'

About

this script automatizes the generation of several files by a previous given list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages