#python
Read more stories on Hashnode
Articles with this tag
In this tutorial, we will be creating a basic Tic Tac Toe game 🎮 with Python tkinter. If you are new to tkinter, refer this crash course: ...
What is GUI? 🤔 GUI stands for Graphical user interface. Unlike text based interfaces (terminals), GUI uses graphical and interactive components for...
What is 2FA and why 2FA?🤔 2FA stands for two factor authentication. It adds an extra layer of security other than password. The user must enter a 2FA...
Requirements Debian operating system. Windows operating system with Python 3, pip and inno setup installed. Creating inno setup installer (on...