developer Aleksandr Kolesnikov
Простой скрипт, который отображает текущее время на рабочем столе.
Для работы скрипта необходимо установить следующие зависимости:
- Python 3.11
- Библиотека tkinter (обычно уже включена в установку Python)
- Клонируйте репозиторий с помощью команды:
git clone https://github.com/ultrabyte-coder/Digit_Clock
- Перейдите в директорию проекта:
cd Digit_Clock
- Запустите скрипт
digit_clock.py:
python digit_clock.py
После запуска скрипта вы увидите окно с текущим временем, которое будет отображаться на вашем рабочем столе. Окно всегда будет поверх остальных окон.
- Скрипт имеет возможность отображать только текущее время в формате ЧЧ:ММ:СС.
- Размер и стиль шрифта метки можно изменить, изменив параметры функции
font()в коде.
Если у вас есть предложения по улучшению этого скрипта, пожалуйста, создайте новый pull request или задайте вопрос в разделе Issues.
Этот проект является личной собственностью и предоставляется в безвозмездное пользование.
A simple script that displays the current time on the desktop.
To run the script, you need to install the following dependencies:
- Python 3.11
- tkinter library (usually included with Python installation)
- Clone the repository using the command:
git clone https://github.com/ultrabyte-coder/Digit_Clock
- Navigate to the project directory:
cd Digit_Clock
- Run the digit_clock.py script:
python digit_clock.py
After running the script, you will see a window displaying the current time, which will be visible on your desktop. The window will always stay on top of other windows.
- The script is capable of displaying only the current time in the format HH:MM:SS.
- You can change the font size and style of the label by modifying the parameters in the font() function in the code.
If you have any suggestions for improving this script, please create a new pull request or open an issue in the Issues section.
This project is personally owned and provided for free use.