GLADE – Express Class Finance Tracker App
This is a Python-based finance tracker built using KivyMD and SQLite3. It allows users to manage their income and expenses through a clean, interactive interface.
🚀 Features
-
User Authentication
- Sign up / Log in
- Forget password
- Change password
- Delete account
-
Income Management
- Add, edit, and delete income
- View all added incomes
-
Expense Management
- Add, edit, and delete expenses
- View all added expenses
-
Charts & Summary
- Visualize expenses by category
- View total income, total expenses, and balance
-
Profile
- View profile
- Upload profile picture
🛠 Built With
- Python
- KivyMD
- SQLite3
📦 Requirements Install all dependencies with:
pip install -r requirements.txt
Screenshot
📂 How to Run run the main.py file
(Make sure you have Kivy and KivyMD installed.)
