A simple desktop application using Python and Tkinter that allows users to:
- Track daily expenses
- Convert currencies in real time
- Store data using JSON
- Secure login/logout system
- 💸 Add, view, and delete expenses
- 📅 Date-wise expense tracking
- 🌐 Real-time currency conversion (with live rates)
- 👤 User login and registration
- 💾 Persistent data using JSON files
- 🖥️ Easy-to-use GUI with Tkinter
-
Clone the repo:
git clone https://github.com/Gyan0706/Python-mini-project-on-expense-tracker-and-currency-converter-.git cd Python-mini-project-on-expense-tracker-and-currency-converter-
-
Run the app:
python main.py
Make sure Python and Tkinter are installed.
📦 Expense Tracker and Currency Converter
┣ 📄 main.py
┣ 📄 users.json
┗ 📄 expenses.json
- Python 3.x
- Tkinter (comes built-in)
requests
module for currency API (if live conversion used)
Install requests
if needed:
pip install requests
- Python 🐍
- Tkinter 🎨
- JSON 📄