Skip to content

Simple Python GUI implemented by MVC-like pattern with Tkinter

Notifications You must be signed in to change notification settings

r2123b/SimpleGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleGUI

Requirement: Python 3.4

Description:

  1. If you are writing a crawler with for-loop or while-loop, and the crawler's results will be shown on GUI, this SimpleGUI will help you develop what you need.
  2. GUI of Tkinter is also implemented by a loop, so I use "thread" to resolve the situation which runs two loops(crawler-loop and GUI-loop) simultaneously

About

Simple Python GUI implemented by MVC-like pattern with Tkinter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages