Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsmatias/clock-in-out

A timer to track the worked time
https://github.com/jsmatias/clock-in-out

mysql python tkinter-gui

Last synced: 24 days ago
JSON representation

A timer to track the worked time

Awesome Lists containing this project

README

        

# Clock in and out
[![Python](https://img.shields.io/badge/Python-3.10-blue)](https://www.python.org/downloads/release/python-3101/)
[![MySQL](https://img.shields.io/badge/MySQL-8.0-blue.svg)](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-32.html)

Track your daily working time.

The main branch stores the data in a csv file.

The backend branch includes a MySQL server connection and setup to store the data in a MySQL server.