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.
- 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.
- Python
- Streamlit
- PDF and Word handling libraries (like
python-docx
,PyPDF2
, orpdfkit
) - HTML/CSS for frontend styling (if applicable)
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/YourUsername/File-Converter-PDF-Word.git
- Navigate to the project directory:
cd File-Converter-PDF-Word
- Create a virtual environment:
python -m venv env
- Activate the virtual environment::
env\Scripts\activate
- Install the required packages::
pip install -r requirements.txt
- Run the application::
streamlit run app.py