/PySimpleGUI_Demo

An introduction to the world of PySimpleGUI!

Primary LanguageJupyter NotebookMIT LicenseMIT

PySimpleGUI Demo

An introduction to the world of PySimpleGUI! Very small data entry form that outputs to an existing Excel sheet, or creates one.

Installation

Open the command line and navigate to the root folder you wish to install. Then type the following commands:

git clone https://github.com/mathewrtaylor/PySimpleGUI_Demo.git PySimpleGUI_Demo
cd Pandas_Introduction_Tutorial
conda env create -f environment.yml

Then start running with these commands:

source activate PySimpleGUI_Demo
conda install --force-reinstall -y -q --name PySimpleGUI_Demo -c conda-forge --file requirements.txt
jupyter lab

Usage

  • Open the Jupyter notebook up in your directory.

Credits

This was from watching one of Sven's (From Coding is Fun) wonderful videos: https://www.youtube.com/watch?v=svcv8uub0D0
Also credits to the team at PySimpleGUI - https://github.com/PySimpleGUI/PySimpleGUI

License

MIT