mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-03-13 17:19:50 +00:00
Create README.md
This commit is contained in:
parent
dc926313b0
commit
35992441d7
13
scripts/word_to_pdf_converter/README.md
Normal file
13
scripts/word_to_pdf_converter/README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Word file (docx) to PDF converter
|
||||
|
||||
This is a easy-to-use Tkinter GUI application that takes a .docx file or a folder with .docx files as an input and converts them into .pdf files using the docx2pdf module
|
||||
|
||||
### Installing Requirements
|
||||
- Open Windows Command Prompt
|
||||
- Run command ``` pip install docx2pdf ```
|
||||
|
||||
### Usage
|
||||
- Install the requirements (Python and docx2pdf module)
|
||||
- Run the script
|
||||
- Select the file/files to be converted
|
||||
- Wait for confirmation
|
Loading…
x
Reference in New Issue
Block a user