/pyGUI_iot

Primary LanguagePython

pyGUI_iot

image image

help from the linked tutorial

PySimpleGUI:

https://github.com/Sven-Bo/data-entry-form-pysimplegui

https://www.youtube.com/watch?v=svcv8uub0D0

(watch until the end for how to convert the py code into a stand alone application exe. note that this technique isn't prefect and you better check it before with your instructors)

firebase:

https://www.youtube.com/watch?v=yylnC3dr_no

https://www.youtube.com/watch?v=mNMv3WNgp0c&t=55s

a good reference for how to use it in your project with python:

https://github.com/shacharKZ/MobiLapseBySMS/blob/main/db_handler.py

Try it yourself

in order to run the simple demo (application with only local files) just install the requirements (requirements.txt) and run data_entry.py

Connect to your firebase

in order to use firebase you will need to add your own firebase data. go to fire_base.py and fill your details next to the TODO we left in the code