Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 566 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 566 Bytes

Finance_tracker

This repository contains code to help you track your expenses and balance.

Before you start using the code, please open the terminal and type: "pip install -r requirements.txt " for that all required packages be installed.

The code "main_fin_tracker.py" can be run directly from the terminal, and you can update new expenses by categories that you can moderate within the code.

The repository also includes the "app_finance.py" file which is a streamlit code. To run the app please type "streamlit run app_finance.py" from your terminal Enjoy!