Skip to content

abhinandan2540/ExpenseTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

#Python CLI Expense tracker

in this code i have created a CLI tool for expense Tracker, it's a basic but necessary tool using cli

  • Key Features of CLI

  1. Text-Based Interface: Users type commands and view text output.
  2. Lightweight and Fast: Unlike graphical user interfaces (GUIs), CLIs require fewer resources and are faster to use for repetitive tasks.
  3. Scriptable: Commands can be saved in scripts to automate tasks.
  4. Versatile: Available across all major operating systems (e.g., Windows Command Prompt, macOS Terminal, Linux Shell).

after running the code, in the output terminals the availability that i have are : Screenshot 2025-01-04 200549

*after adding the data output is Screenshot 2025-01-04 200742

as data has been stored in json format, so the data looks like: Screenshot 2025-01-04 201032

*to viewing the all expenses, by using the command for this, i got the output as : Product_expense :100 Product_expense :80 Product_expense :1000000

*to delete the data we can use the respective command and it helps to delete the input

  • for updating we follow the same principal

    Thank You Abhinandan

About

Expense tracker (CLI) Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages