Skip to content

Bennnto/Expense-Tracker-GUI-Version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Expense Tracker GUI version

  • This program write in Python with PyQt5 and sqlite3 database module it a program that continue from Expense Tracker Repository

  • Files

    1. expense_gui.py
    2. requirements.txt
  • How to use

    1. Download file expense_gui.py

    2. Download module by -python3 -m venv venv<br> -source venv/bin/activate -pip3 install -r requirements.txt

    3. Execute python file by python3 expense_gui.py

What you will get from this program

- This program allow you to input expense amount, Description, Category and Currency and store information into sqlite3 database 
- Summary in summary part you will have to input date in formate of "YYYY-MM-DD" program will 
  calculate and show amount of transactions, total amount of expense per day, average expense per transaction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages