Member-only story
Ways to make a basic GUI in python
3 min readNov 27, 2021
Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to this language, check out the link below to learn more:
So, let’s talk about some awesome ways to make a basic GUI with Python.
TkInter
This specific package is one of the most popular Python packages out there, you can practically build that most basic GUI out there with this specific package. Although it isn’t the most feature-full GUI package, it still has a ton of value for sure, check out the link below to learn more about TkInter: