https://github.com/boppreh/background
Library for Python applications that run in the background
https://github.com/boppreh/background
Last synced: 3 months ago
JSON representation
Library for Python applications that run in the background
- Host: GitHub
- URL: https://github.com/boppreh/background
- Owner: boppreh
- Created: 2013-04-28T18:14:30.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-28T01:41:25.000Z (about 11 years ago)
- Last Synced: 2025-01-26T00:11:20.675Z (5 months ago)
- Language: Python
- Size: 164 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
background
==========Library for Python applications that run in the background. The idea is to let
those programs run unobtrusive tray icons and global hotkeys to interface with
the user once in a while.Windows support only for the moment.
Tray Icon
---------`tray` allows the creation of a tray icon, with name, icon, menu and left/right
click handlers.Notifications
-------------`notify` displays a balloon notification over the created tray icon (or creates
one if necessary). Has handlers for click and fade events.Global Hotkeys
--------------`register_hotkey` and `register_many_hotkeys` allows creates global hotkeys
that invoke the supplied callbacks. Keys can be entered as keycode, character
value and descriptive string ("enter").Clipboard
---------Get and set clipboard contents. Allows to retrieve the files the user has
copied, too.