A tutorial on creating a Tic Tac Toe game with Python tkinter, along with features like play with computer. ยท This tutorial is part of a series. Make...
In this tutorial, we will be creating a basic Tic Tac Toe game with HTML, CSS and JavaScript.Python version:...
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...