A simple full-screen digital clock application built with PyQt5.
- Displays the current time in
HH:mm:ssformat. - Full-screen mode for a clear and unobstructed view.
- Adjustable font size using
+and-keys. - Exit the application with
Ctrl + Q. - Switch between screens using number keys (1-9).
- Python 3.x
- PyQt5
- Babel
- pytz
-
Clone the repository:
git clone https://github.com/babelman97/FullScreenDigitalClock.git cd FullScreenDigitalClock -
Install the required packages:
pip install -r requirements.txt
Run the application with:
python fullscreen_clock.py- Increase Font Size: Press + or =
- Decrease Font Size: Press -
- Exit: Press Ctrl + Q
- Switch Screen: Press 1-9
This project is licensed under the MIT License.
Contributions are welcome! Please feel free to submit a Pull Request.
For any questions, please contact babelman97@gmail.com.
This program is a simple full-screen digital clock application developed using PyQt5. It displays the current time in a large, easy-to-read format, making it suitable for use as a desktop clock or in presentations.
- Full-Screen Display: The clock runs in full-screen mode, providing an unobstructed view of the time.
- Adjustable Font Size: Users can increase or decrease the font size using the
+and-keys to suit their preferences. - Easy Exit: The application can be closed quickly with the
Ctrl + Qshortcut. - Screen Switching: Easily switch between screens using number keys (1-9).
- Launch the Application: Run the script to start the clock.
- Adjust Font Size: Use the
+or=key to increase the font size, and the-key to decrease it. - Switch Screens: Use number keys (1-9) to switch between screens.
- Exit the Application: Press
Ctrl + Qto close the clock.
This application is ideal for anyone needing a clear and simple digital clock display on their screen.
這個程式是一個簡單的全螢幕數位時鐘應用程式,使用 PyQt5 開發。它以大而易讀的格式顯示當前時間,非常適合作為桌面時鐘使用。
- 全螢幕顯示:時鐘以全螢幕模式運行,提供清晰的時間顯示。
- 可調整字體大小:使用者可以使用
+和-鍵來增加或減小字體大小,以符合個人喜好。 - 簡單退出:可以使用
Ctrl + Q快捷鍵快速關閉應用程式。 - 螢幕切換: 使用數字鍵 (1-9) 輕鬆切換螢幕。
- 啟動應用程式:運行腳本以啟動時鐘。
- 調整字體大小:使用
+或=鍵增加字體大小,使用-鍵減小字體大小。 - 切換螢幕:使用數字鍵 (1-9) 切換螢幕。
- 退出應用程式:按下
Ctrl + Q關閉時鐘。
這個應用程式非常適合需要在螢幕上顯示清晰簡單數位時鐘的人士。