Skip to content

lld2001/pystray

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pystray Package Documentation

This library allows you to create a system tray icon.

Supported platforms are Linux under Xorg, GNOME and Ubuntu, macOS and Windows.

See here for the full documentation.

moses-palmer#21 (comment) Icon images are stored in PNG format, which XP can not read.

See python-pillow/Pillow#1102 as the root cause.

This is a workaround allowing one to write platform independent code like:

icon.icon = Image.open('icon.png') icon.ico_path = 'icon.ico'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%