Skip to content
/ scigui Public

Simple module for making GUI's for scientific Python applications, and especially for system model type projects.

License

Notifications You must be signed in to change notification settings

dug20/scigui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scigui

Python package for easily turning your system models into a cool GUI interface. Try running example.py to see an example of what it can do.

Essentially splits your GUI into "Objects" and "Functions". All you have to do is submit a list of these to the package, with any relevant inputs and outputs, and what the function actually does, and it will generate a cool GUI for you to use.

Can be installed with by downloading this repository, navigating to the folder with setup.py, and running pip install . in your command prompt.

Screenshots

About

Simple module for making GUI's for scientific Python applications, and especially for system model type projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages