A simple desktop time clock app built with Python and Tkinter to track punch-in and punch-out times.
It’s designed to be lightweight, precise, and user-friendly — perfect for small teams or individual use.
- 🕐 Punch In / Punch Out buttons for accurate time tracking
 - 📊 View logged time directly in the app
 - 📅 View hour summaries: daily, weekly, and all-time
 - 📁 Automatic CSV export of time logs
 - 🖥️ Simple Tkinter-based GUI, easy to run on any system with Python installed
 
- Python 3.8 or later
 
Clone the repository:
git clone https://github.com/zegron/timeclock.git
cd timeclock
Run the App
Simply run the Python script:
python time_clock.py
The time clock window will open, allowing you to punch in/out and view your hours.
📂 Output
All time logs are automatically saved as CSV files in the project directory.
You can open them in Excel, Google Sheets, or any spreadsheet tool for further reporting.
🧑💻 Author
zegron
📧 matt@onetakemedia.net