Tic Tac Toe ๐ฎ with Python tkinter - part 2
A tutorial on creating a Tic Tac Toe game with Python tkinter, along with features like play with computer.

Search for a command to run...
A tutorial on creating a Tic Tac Toe game with Python tkinter, along with features like play with computer.

In this tutorial, we will be creating a basic Tic Tac Toe game with HTML, CSS and JavaScript.Python version: https://blog.jothin.tech/tic-tac-toe-with-python-tkinter-part-1 The webpage ๐ Let's go ahead and create a GUI for the game.Step 1: Create ...

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: https://blog.jothin.tech/getting-started-with-tkinter-crash-course Webpage version: https://blog.jothin.t...

What is GUI? ๐ค GUI stands for Graphical user interface. Unlike text based interfaces (terminals), GUI uses graphical and interactive components for the user to interact with. What is tkinter? tkinter is an easy to use and standard GUI for Python. ...

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 code along with password in order to sign in. 2FA codes can be generated in two ways, time based co...

Requirements Debian operating system. Windows operating system with Python 3, pip and inno setup installed. Creating inno setup installer (on windows) In order to create an installer, we must convert the application script to executable. We can do ...
