A super lightweight Python script to display the current UTC date and time in a transparent, draggable window on your Windows desktop. Designed for simplicity and portability, this tool is perfect for anyone who needs a quick, unobtrusive UTC clock.
- Real-time UTC updates: Accurate to the second.
- Transparent background: Blends seamlessly into your desktop.
- Draggable and resizable: Fully customizable positioning and size.
- Lightweight and simple: No unnecessary clutter—just the time.
- Python 3.x: Ensure Python is installed on your system. Download Python
- tkinter: Pre-installed with most Python distributions. Verify by running:
If not installed, use:
python -m tkinter
pip install tk
- Clone the repository:
git clone https://github.com/TemplarPirate/UTC-Time-and-date-widget.git
- Navigate to the directory:
cd UTC-Time-and-date-widget
- Run the script:
python utc_display_widget.pyw
- Font size and style: Adjust the
font
parameter in thelabel
setup:font=("Helvetica", 20)
- Transparency: Modify the
-alpha
value (0.0 to 1.0) for desired opacity. - Window positioning: Change
x_position
andy_position
for different alignments.
This script is designed for Windows environments. While it may work on other operating systems (e.g., Linux or macOS), the transparent background and some UI behaviors are specific to Windows and might not function as expected elsewhere.
- Clone the repository:
git clone https://github.com/TemplarPirate/UTC-Time-and-date-widget.git
- Run the script directly:
python utc_display_widget.pyw
- 🌍 Expand compatibility for Linux/macOS.
- 🎨 Add themes for personalizing the look and feel.
- 🕐 Include additional time zones for the global nomads.
- 🚀 Build a one-click installer for effortless setup.
Contributions are welcome and strongly encouraged (I'd love upgrade contributions)! If you have suggestions, find issues, or would like to collaborate, feel free to:
- Submit a pull request.
- Open an issue.
This project is licensed under the MIT License. You are free to use, modify, and distribute this software as long as proper attribution is given.
If you like this project, please ⭐ star it to show your support and help others discover it!
If this little thing-a-ma-bob brought joy or utility to your digital life, consider supporting my work!
Your encouragement helps keep the caffeine flowing and ideas growing.