File: alert.py

package info (click to toggle)
python-guizero 0.6.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,820 kB
  • sloc: python: 5,376; makefile: 28; sh: 17
file content (4 lines) | stat: -rw-r--r-- 93 bytes parent folder | download
1
2
3
4
from guizero import App, info
app = App()
info("Info", "This is a guizero app")
app.display()