An small application using python tkinter that duplicate each senetence in a pdf or docx file n times
-
Clone or download this project.
-
Create an isolated Python environment
-
On Windows type in the command prompt:
pip install -r requirement.txt
-
Then run the python script repeater.py
OR
download the repeater.exe in the dist folder
OR
-
Clone or download this project.
-
Create an isolated Python environment
-
On Windows type in the command prompt:
pip install -r requirement.txt
-
In the folder that contain the python script pdf2doc.py or cpdf2doc.py, hold shift and right click, select open powershell, and in it type:
python pdf2doc.py -h
p.s. there may be time that you are asked to type in the comment prompt:
>python
>>>import nltk
>>>nltk.download('punkt')
>>>quit()