Skip to content

This is a Monthly Financial Expense Tracker made in Python and using SQL.

Notifications You must be signed in to change notification settings

eknovoa/python_financial_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

python_financial_tracker

This is a Monthly Financial Expense Tracker made in Python and using SQL.

Screen Shot 2022-06-15 at 8 07 24 AM

Screen Shot 2022-06-15 at 8 14 38 AM

Screen Shot 2022-06-15 at 8 15 16 AM

Screen Shot 2022-06-15 at 8 16 07 AM

Instructions on How To Run Project on Your Own

  1. Download python_financial_tracker repository to your computer
  2. Edit the following portion of code so that you can use your own SQL database (lines 18-23):

# connecting to database mydb = mysql.connector.connect( host="localhost", user="root", password="1234password", database = "expenses" )

  1. Open your terminal and navigate to where you saved the file in your folders
  2. Once inside the directory, run the following command: python3 main.py
  3. If you get any error about not being able to find the mysql.connector, run the following command: pip install mysql-connector-python
  4. Then try running the python file again

Check out Demo Video Below:

demo1.mov

About

This is a Monthly Financial Expense Tracker made in Python and using SQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages