Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 725 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 725 Bytes

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