Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.28 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.28 KB

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