Quotation Generator is a desktop application built using customtkinter
that allows users to manage products, clients, and generate quotations in PDF format. The application provides a user-friendly interface for adding, modifying, and deleting products and clients, as well as generating quotations based on selected products and client details.
- Manage Products: Add, modify, and delete products.
- Manage Clients: Add, modify, and delete clients.
- Generate Quotations: Create quotations in PDF format based on selected products and client details.
- Settings: Configure supplier information and application theme.
- Highly Customizable: PDF templates based on html and css, providing endless freedom for matching the right design for you needs.
-
Clone the repository:
git clone https://github.com/DerpBoy77/Python-Business-Quotation-Generator.git cd Python-Business-Quotation-Generator
-
Create a virtual environment and activate it:
python -m venv .venv .\.venv\Scripts\Activate.ps1
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python main.py
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE
file for details.