main.py 95 B

1234567
  1. #!/usr/bin/env python3
  2. from nice_gui import ui
  3. ui.label('Hello')
  4. ui.label('world!')
  5. ui.run()