Skip to content

RoldanRamon/kms_PDF_Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ PDF Tools

πŸš€ PDF Tools is a Python project that provides a user-friendly graphical interface to perform various operations on PDF files, such as conversion, merging, splitting, and rotation. It runs locally, ensuring information security, and is compatible with Windows, Linux, and Mac.

πŸ› οΈ Features

  • πŸ”„ Convert PDF to Word: Easily convert PDF files to DOCX format using the pdf2docx library.
  • πŸ”„ Rotate PDFs: Change the orientation of PDF pages.
  • βž• Merge PDFs: Combine multiple PDF files into one document.
  • βž– Split PDF: Split a PDF into several files.
  • πŸ”’ Security: Since the process runs locally, your files never leave your computer.

πŸ“‹ Requirements

  • 🐍 Python 3.x
  • πŸ“¦ Required libraries:
    • pdf2docx
    • tkinter (usually included in the standard Python installation)

πŸ”§ Installation

  1. βœ… Make sure you have Python installed on your system. You can download and install Python from python.org.

  2. πŸ“₯ Install the required dependencies using pip:

    pip install pdf2docx

πŸš€ How to Use

  1. πŸ“ Clone this repository to your computer or download the ZIP file and extract it.

  2. πŸ“‚ Navigate to the project directory.

  3. ▢️ Run the app.py script:

    python app.py
  4. πŸ–±οΈ A window will appear with the following options:

    • Convert PDF to Word: Select the PDF file to convert it to DOCX.
    • Rotate PDF: Select the PDF and the rotation angle (90, 180, 270 degrees).
    • Merge PDFs: Select multiple PDF files to merge them into one.
    • Split PDF: Select the PDF and define the pages to split.
  5. ⏳ Wait for the process to complete, and the files will be saved in the same directory as the source file.

🌐 Compatibility

This project runs on:

  • Windows
  • Linux
  • MacOS

As long as Python and the required libraries are installed.

🀝 Contributions

Contributions are welcome! Feel free to open an issue to report bugs πŸ› or request new features ✨. If you'd like to contribute code, please open a pull request πŸš€.

πŸ“œ License

This project is licensed under the MIT License.

About

App PDF tools make on python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages