Differences between revisions 1 and 2
Revision 1 as of 2021-09-04 03:27:01
Size: 968
Editor: HorstJENS
Comment: entry with links about pysimplegui
Revision 2 as of 2021-09-16 01:03:27
Size: 1614
Editor: PySimpleGUI
Comment: Addition of PySimpleGUI system. project goals.
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
PySimpleGUI is free/libre/open source software, licensed under GNULGPL 3.0 PySimpleGUI is licensed under GNULGPL 3.0
Line 7: Line 7:
PySimpleGUI's main developer (mike@pysimplegui.org) currently does not accept pull requests via github, only issues. The PySimpleGUI project is structured as startup company while licensed with an open-source license. This has allowed for more nimble, and more importantly, the ability to intensely execute on a vision without distractions. The project does not accept pull requests.

The Simple Goals for this project have always been
1. Fun
2. The user's success

The 4 pillars of the PySimpleGUI project include, the entire PySimpleGUI system.
1. The core software
2. The extensive documentation, cookbook, call reference and built-in documentation via docstrings
3. 300+ Demo Programs to give you an immediate jump start on your project.
4. Free customer support - yes, free support. Support is an important part of any product.
Line 15: Line 25:
  * Github: https://github.com/PySimpleGUI/PySimpleGUI   * Github: http://www.PySimpleGUI.com that forwards to the main github project https://github.com/PySimpleGUI/PySimpleGUI

PySimpleGUI is a python library that wraps tkinter, Qt (pyside2), wxPython and Remi (for browser support), allowing very fast and simple-to-learn GUI programming. PySimpleGUI defaults to using tkinter, but the user can change to another supported GUI library by just changing one line.

PySimpleGUI can be installed using 'pip install pysimplegui' or by copying the file 'pysimplegui.py' from the github repository

PySimpleGUI is licensed under GNULGPL 3.0

The PySimpleGUI project is structured as startup company while licensed with an open-source license. This has allowed for more nimble, and more importantly, the ability to intensely execute on a vision without distractions. The project does not accept pull requests.

The Simple Goals for this project have always been 1. Fun 2. The user's success

The 4 pillars of the PySimpleGUI project include, the entire PySimpleGUI system. 1. The core software 2. The extensive documentation, cookbook, call reference and built-in documentation via docstrings 3. 300+ Demo Programs to give you an immediate jump start on your project. 4. Free customer support - yes, free support. Support is an important part of any product.

It is possible to support PySimpleGUI's main developer via donations (links on the github page)

Links:

PySimpleGUI (last edited 2021-09-16 01:03:27 by PySimpleGUI)

Unable to edit the page? See the FrontPage for instructions.