public Development • 2 min read Turn Python code into EXE - using pyinstaller I show how to generate a requirements.txt (essential to Python projects), and how to generate a single exe file from a Python project using "pyinstaller."…
public Development • 5 min read Python GUIs for Noobs - using Tkinter TL;DR - I give some useful syntax for using Tkinter, since the documentation is not really friendly to noobs…