Skip to content

Python TimeTracker application that can graph time spent on user inputted activities. Utilizes MySQL for data storage and MatPlotLib for graphing.

Notifications You must be signed in to change notification settings

LassingANathan/time-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

time-plotter

This is a Python time tracking application that stores and graphs filed time. This project utilizes MySQL for data storage and MatPlotLib for graphing. This application connects to a MySQL database with the schema created with the file 'timeplotterSchema.sql'.

To use this application:

Download MySQL
Download the included files
Create a MySQL database using the 'timeplotterSchema.sql' file
Update arguments in 'sqlConnector.py' file 

About

Python TimeTracker application that can graph time spent on user inputted activities. Utilizes MySQL for data storage and MatPlotLib for graphing.

Resources

Stars

Watchers

Forks

Languages