Skip to content

A simple file converter that allows users to upload and convert documents between PDF and Word formats effortlessly.

Notifications You must be signed in to change notification settings

Ahmad-Ali-Rafique/File-Converter-PDF-Word

Repository files navigation

File Converter: PDF to Word and Word to PDF

File Converter

About

This project is a user-friendly file converter that allows users to upload a Word document and download it as a PDF, or vice versa. Built with Python and Streamlit, this application provides a seamless experience for converting file formats.

Features

  • Upload Word files and convert them to PDF.
  • Upload PDF files and convert them to Word documents.
  • Simple and intuitive user interface.
  • Fast and reliable conversion process.

Technologies Used

  • Python
  • Streamlit
  • PDF and Word handling libraries (like python-docx, PyPDF2, or pdfkit)
  • HTML/CSS for frontend styling (if applicable)

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/YourUsername/File-Converter-PDF-Word.git
    
  2. Navigate to the project directory:
    cd File-Converter-PDF-Word
    
  3. Create a virtual environment:
    python -m venv env
    
  4. Activate the virtual environment::
    env\Scripts\activate
    
  5. Install the required packages::
    pip install -r requirements.txt
    
  6. Run the application::
    streamlit run app.py

About

A simple file converter that allows users to upload and convert documents between PDF and Word formats effortlessly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages