A minimalist clock & stopwatch desktop app built in Python with Tkinter. Designed to stay distraction-free while giving you just the essentials: time & stopwatch.
The app supports intuitive tap-based controls:
- 👆 Single tap → Start / Pause stopwatch
- ✌️ Double tap → Reset stopwatch
- 👆👆👆 Triple tap → Switch between Clock & Stopwatch
- 👆👆👆👆 Quadruple tap → Reset stopwatch (alternate)
- 🕒 Fullscreen digital clock
- ⏱️ Built-in stopwatch with intuitive tap gestures
- 🎨 Minimal, distraction-free design
- 🖼️ Custom app icon included (
clock.ico) - 📦 Packaged
.exeversion available for Windows
- Get the latest release from Releases (right sidebar on GitHub)
- Or clone the repo:
git clone https://github.com/Aryan-git-byte/tapclock.git
cd tapclockMake sure you have Python 3.8+ installed.
python tapclock.py-
Use the packaged
TapClockInstaller.exe(Windows only) -
After installation, it behaves like a normal desktop app:
- App icon visible in taskbar
- Resizable window
- Minimize/close support
tapclock/
├── tapclock.py # Main Python app
├── clock.ico # App icon
├── LICENSE # MIT License
└── README.md # Project description
This project is licensed under the MIT License. Feel free to use, modify, and distribute with proper attribution.
✨ Built with ❤️ and Python by Aryan Kumar
