Skip to content

tomPlus353/SimplePythonGUI-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SimplePythonGUI-Examples

Some examples I've made with the module SimplePythonGUI

Stopwatch

Key concepts

  1. actual this is async programming and quite advanced for a first program. To make it Asynchronous I needed to add timeout argument to the .read() method.
  2. each button updates the event variable with it's text display value.

About

Some examples I've made with the module PySimpleGUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages