Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jsmatias/clock-in-out
- Owner: jsmatias
- Created: 2023-03-30T15:50:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T09:40:58.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T18:32:53.067Z (3 months ago)
- Topics: mysql, python, tkinter-gui
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.