Skip to content

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.

Notifications You must be signed in to change notification settings

TemplarPirate/UTC-Time-and-date-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

UTC Time Display Widget

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.


Features

  • 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
License
Version


Screenshot

UTC Time Display Widget

Prerequisites

  1. Python 3.x: Ensure Python is installed on your system. Download Python
  2. tkinter: Pre-installed with most Python distributions. Verify by running:
    python -m tkinter
    If not installed, use:
    pip install tk

Usage

  1. Clone the repository:
    git clone https://github.com/TemplarPirate/UTC-Time-and-date-widget.git
  2. Navigate to the directory:
    cd UTC-Time-and-date-widget
  3. Run the script:
    python utc_display_widget.pyw

Customization

  • Font size and style: Adjust the font parameter in the label setup:
    font=("Helvetica", 20)
  • Transparency: Modify the -alpha value (0.0 to 1.0) for desired opacity.
  • Window positioning: Change x_position and y_position for different alignments.

Compatibility

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.


Quick Start

  1. Clone the repository:
    git clone https://github.com/TemplarPirate/UTC-Time-and-date-widget.git
  2. Run the script directly:
    python utc_display_widget.pyw

Future Development

  • 🌍 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.

Contribution

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.

License

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.


⭐ Please Star

If you like this project, please ⭐ star it to show your support and help others discover it!


Support Me

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.

☕ Buy me a coffee

About

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages