A web application to convert image files to PDFs using Flask as the backend and Tailwind CSS as the frontend.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Flask
- Tailwind CSS
- Python 3
- Pip
Clone the repository and install the required packages.
git clone https://github.com/LunaticPython2003/PDFire.git
cd PDFire
pip install poetry
poetry install
To run in production environment (or deploy in your server), in the root directory run the following commands in UNIX shell (Gunicorn doesn't run on Windows. It's very design is to take 'advantage of features in Unix/Unix-like kernels')
gunicorn wsgi:app
Open your browser and go to http://localhost:5000 to view the app.
To run the development server, in the root directory, run the following command in your terminal
python -m flask --app main run
- Flask
- Pillow
- Flask - The web framework used for the backend
- Tailwind CSS - The CSS framework used for the frontend
- Python - The programming language used
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Madhurjya Dasgupta & Pooranjoy Bhattacharya
See also the list of contributors who participated in this project.
- Lari Liuhamo Github
This project is licensed under the GNU GPLv3 License - see the LICENSE file for details.