dataserver / python-overlay

A simple example of python overlay using tkinter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple python overlay example

A simple example of overlay app (Timer) and trayicon using Tkinter

requirements

timer.py

  • infi.systray (trayicon lib)

clickthrought.py

  • pillow
  • pystray (using another trayicon lib)
  • pypiwin32

clickthrought-vlc.py

  • pillow
  • pypiwin32
  • pystray
  • python-vlc

screenshot

Timer overlay

Overlay Screenshot

trayicon from clickthrought demo

Overlay Screenshot

note

timer.py uses infi.systray library wich requires

hiddenimports=['pkg_resources']

pyinstller's .spec file for it to work.

License

CC0

This project is in the worldwide public domain.

This project is in the public domain and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

About

A simple example of python overlay using tkinter

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 100.0%