Skip to content

Keomadia/Expense-Tracker

Repository files navigation

Expense Tracker

Expense Tracker is a collection of beginner projects for tracking personal expenses.
It includes three versions: a Python CLI app, a web GUI version with Django, and an exam submission version.


Projects

1. CLI Version

  • Python command-line interface
  • Add, view, and delete expenses
  • Manage categories
  • File-based storage

2. Web GUI Version (Django)

  • Web-based interface using HTML, CSS, JS, and Django
  • Add, edit, and view expenses
  • Categorized reporting
  • Responsive UI

3. Exam Version (CLI)

  • Early CLI version built for an exam
  • Basic expense management features
  • Demonstrates initial learning and problem-solving skills

Tech Stack

  • Python 3.x
  • Django (for GUI version)
  • HTML / CSS / JavaScript (for web GUI)

How to Run

CLI Versions

cd cli_version_folder
python expense_tracker.py

About

Expense Tracker – Three beginner-friendly projects tracking expenses: Python CLI, Django GUI, and exam version.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors