pysimplegui-exemaker
This commit is contained in:
parent
5c6aad4271
commit
495bdb5eec
4 changed files with 132 additions and 0 deletions
27
exemaker/readme.md
Normal file
27
exemaker/readme.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# PySimpleGUI-HowDoI
|
||||
|
||||
## Introduction
|
||||
This package contains a GUI front-end to PyInstaller. Use this tool to create EXE files from your python programs
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
## Installing
|
||||
|
||||
When you install PySimpleGUI-HowDoI, it will install the other components that it requires. To install, on windows, type this into a command prompt:
|
||||
|
||||
pip install pysimplegui-exemaker
|
||||
|
||||
|
||||
## PySimpleGUI Project
|
||||
|
||||
This program was built as a sample application of the PySimpleGUI GUI Framework.
|
||||
|
||||
|
||||
## Running the program
|
||||
|
||||
After your pip install, type this into your command prompt:
|
||||
|
||||
python -m pysimplegui-exemaker.pysimplegui-exemaker
|
Loading…
Add table
Add a link
Reference in a new issue