You should have python v 3.7 or newer
pip install tk
pip3 install tk
pip install pyinstaller
pip3 install pyinstaller
pip install -r ./requirements.txt
pip3 install -r ./requirements.txt
python main.py
python3 main.py
When the application starts, the form_construction.json is loaded.
This file contains the blueprint, what input fields should be shown and saved.
When the Add button gets clicked, the new configuration will be appended to teaser.json.
If this file is not existant, a new will be created.
##Create binary executable
pyinstaller main.py --onefile -n SimpleJsonForm
After successful compilation, the following file can be run.
Example:
./dist/SimpleJsonForm