The "Time Display" Python script is a simple graphical user interface (GUI) application that displays the current system time and Coordinated Universal Time (UTC) time. The GUI updates the time every second, providing real-time information about the system time and UTC time. Time Display This Python script displays the current system time and UTC time in a graphical user interface (GUI). The time is updated every second.
- Displays current system time in "System Time" label.
- Displays current UTC time in "UTC Time" label.
- Updates the time every second, providing real-time information.
Make sure you have Python installed on your system. The script is compatible with Python 3.x versions. Download the "Time Display" script (time_display_app.py) from the repository.
Open a terminal or command prompt. Navigate to the directory where you saved the "Time Display" script. Run the script using the Python interpreter: python time_display_app.py
The GUI window will open, displaying the current system time and UTC time, updating every second.
To change the font size or font style of the time display, modify the arial variable in the script. If you prefer a different font family, make sure it is installed on your system, and update the font name accordingly. You can adjust the position and size of the window by modifying the window_width and window_height variables in the script. Requirements Python 3.x
This script is licensed under the MPL 2.0 License.
Contributions to this project are welcome. Feel free to open issues or submit pull requests on the GitHub repository.
This script was initially created by Brandon Stanford. Anybody else that made contributions to this script will be listed under "Contributors".
If you have any questions, suggestions, or feedback, please feel free to contact me or open an issue on the repository.