Skip to content

A minimalistic Python clock app with stopwatch mode — switch modes by tapping the screen. Built with Tkinter, packaged for Windows with installer.

License

Notifications You must be signed in to change notification settings

Aryan-git-byte/TapClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⏱️ Tap Clock

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)

🚀 Features

  • 🕒 Fullscreen digital clock
  • ⏱️ Built-in stopwatch with intuitive tap gestures
  • 🎨 Minimal, distraction-free design
  • 🖼️ Custom app icon included (clock.ico)
  • 📦 Packaged .exe version available for Windows

📥 Getting Started

1️⃣ Download

  • 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 tapclock

2️⃣ Run with Python

Make sure you have Python 3.8+ installed.

python tapclock.py

3️⃣ Run as Desktop App (Windows)

  • 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

📷 Preview

TapClock Screenshot


⚙️ Project Structure

tapclock/
├── tapclock.py             # Main Python app
├── clock.ico               # App icon
├── LICENSE                 # MIT License
└── README.md               # Project description

📝 License

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

About

A minimalistic Python clock app with stopwatch mode — switch modes by tapping the screen. Built with Tkinter, packaged for Windows with installer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages