PySimpleGUI/exemaker
PySimpleGUI cb38f818e1 Cleanup of EXE Maker. Biggest potential impact is the --clean flag when calling pyinstaller 2020-05-13 08:19:43 -04:00
..
pysimplegui-exemaker Cleanup of EXE Maker. Biggest potential impact is the --clean flag when calling pyinstaller 2020-05-13 08:19:43 -04:00
readme.md Update readme.md 2019-07-20 11:50:31 -04:00
setup.py pysimplegui-exemaker 2018-10-18 18:41:41 -04:00

readme.md

PySimpleGUI-exemaker

Introduction

This package contains a GUI front-end to PyInstaller. Use this tool to create EXE files from your python programs

snag-0086

Installing

When you install PySimpleGUI-exemaker, 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