Skip to content

A simple customizable quotation generator using python and customtkinter.

License

Notifications You must be signed in to change notification settings

DerpBoy77/Python-Business-Quotation-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Business Quotation Generator

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.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/DerpBoy77/Python-Business-Quotation-Generator.git
    cd Python-Business-Quotation-Generator
  2. Create a virtual environment and activate it:

    python -m venv .venv
    .\.venv\Scripts\Activate.ps1
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Run the application:

    python main.py

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.