A accounting application built with Python and PyQt5. This desktop application helps small businesses manage invoices, expenses, and financial reporting.
Here are some snapshots of our InvoiceApp interface:
- Add, edit, and delete invoices
- Track expenses by category
- Financial dashboard with charts
- Search and filter functionality
- Dark theme UI
- Python 3.8+
- PyQt5
- Matplotlib
-
Clone the repository:
git clone https://github.com/Razee4315/InvoicingApp.git cd InvoicingApp -
Create a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python main.py
- Name: Ronan Bakker
- GitHub:
This project is open-source. Please see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.