Skip to content

Python script to translate a PDF file to DOCX or ODT

License

Notifications You must be signed in to change notification settings

Dheovani/PDFConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Converter 📄➡️📝

This is a simple Python script to convert PDF files to other document formats such as DOCX and ODT.

Features ✨

  • Converts PDF files to DOCX
  • Converts PDF files to ODT
  • Easy to use

Prerequisites 🛠️

  • Python 3.x
  • Python libraries: PyPDF2, python-docx, odfpy

How to Use 🚀

  1. Clone this repository:
git clone https://github.com/Dheovani/PDFConverter.git
  1. Open a terminal and navigate to the cloned directory.
  2. Run pip install -r requirements.txt
  3. Run the script by executing the following command:
python3 PDFConverter.py
  1. Follow the on-screen instructions to convert your PDF files.
  2. Voila! Your converted documents will be saved in the same directory.

License

This project is licensed under the MIT License - see the LICENSE file for details. Feel free to customize it further to suit your needs!