-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
30 lines (22 loc) · 785 Bytes
/
README.txt
File metadata and controls
30 lines (22 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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'