Word to PDF & PDF to Word Converter

App Logo

This is a simple Python and KivyMD-based application that allows you to convert between Word (.docx) and PDF (.pdf) files. The application provides a user-friendly interface for selecting files and performing conversions, and features a modern Material Design look.

Features

  • Convert Word to PDF
  • Convert PDF to Word

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/file_converter.git
    cd file_converter
  2. Install the required dependencies using pip:

    pip install kivy kivymd

Usage

  1. Run the application using Python:

    python main.py
  2. The application will open, showing a Material Design interface.

  3. Click the "Select File" button to choose a Word (.docx) or PDF (.pdf) file for conversion.

  4. Depending on the selected file type, the conversion button will change accordingly:

    • "Convert to PDF" for Word files
    • "Convert to Word" for PDF files
  5. Click the conversion button to perform the conversion.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.