Skip to content

clottedcode/Hypes-Invoices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invoicing & Accounting Application

Overview

A accounting application built with Python and PyQt5. This desktop application helps small businesses manage invoices, expenses, and financial reporting.

Project Screenshots

Here are some snapshots of our InvoiceApp interface:

Features

  • Add, edit, and delete invoices
  • Track expenses by category
  • Financial dashboard with charts
  • Search and filter functionality
  • Dark theme UI

Prerequisites

  • Python 3.8+
  • PyQt5
  • Matplotlib

Installation

  1. Clone the repository:

    git clone https://github.com/Razee4315/InvoicingApp.git
    cd InvoicingApp
  2. Create a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install dependencies:

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

    python main.py

Author

  • Name: Ronan Bakker
  • GitHub:

License

This project is open-source. Please see the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

About

A python app to manage invoices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages