Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 862 Bytes

File metadata and controls

40 lines (25 loc) · 862 Bytes

CLI Transaction Tracker

A simple command-line transaction tracker built in Python.
This project helps users keep track of their income and expenses directly from the terminal.

Features

  • Add income or expense entries with category and timestamp
  • View a detailed transaction table
  • View current balance in real time
  • Minimal and easy-to-use CLI interface

How to Run

  1. Clone the repository:
git clone https://github.com/Manishrajmss13/CLI_Transaction_tracker.git
cd CLI_Transaction_tracker
  1. To run the program:
python main.py

Screenshots