Skip to content

stephen-lakes/expense-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Expense-tracker

Expense tracker is a python console app to track your daily expenditure.

Table of content

General info

The program runs in the console with the following fearutes.

  • A json database file to store all our data(expenditures).
  • Ability to add an expenditure.
  • Clear recent expenditures
  • Ability to delete and update an expenditure(NOT IMPLEMENTED YET).

Technologies

Project is created with:

  • python version: 3.7.2
  • tabulate library version: 0.8.9
  • json library from pythons standard library

Setup

To run this project, install it locally using pip:

$ cd ../project_folder
$ pip install tabulate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages