https://github.com/yjg30737/pyqt-background-app-example
PyQt background app example with system tray icon
https://github.com/yjg30737/pyqt-background-app-example
background-app pyqt pyqt-background pyqt-background-app pyqt-examples pyqt-tutorial pyqt5 qsystemtrayicon qt qt-background
Last synced: 4 months ago
JSON representation
PyQt background app example with system tray icon
- Host: GitHub
- URL: https://github.com/yjg30737/pyqt-background-app-example
- Owner: yjg30737
- License: mit
- Created: 2023-01-10T01:43:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T08:55:30.000Z (over 2 years ago)
- Last Synced: 2024-12-29T08:42:14.685Z (6 months ago)
- Topics: background-app, pyqt, pyqt-background, pyqt-background-app, pyqt-examples, pyqt-tutorial, pyqt5, qsystemtrayicon, qt, qt-background
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyqt-background-app-example
PyQt background app example with system tray icon## How to do
1. git clone ~
2. python main.py## Detailed Description
Window has nothing. blank empty screen. That's not the point. You can just make random widgets over it to your heart's content.The point is app does not stop if you measly close the window.
You have to manually right click the system tray icon and click the "Quit".
You can make the window reappear when you click the system tray icon.
TL;DR very basic sample of background app.