Jothin kumar

@jothin-kumar

857 Points 2 Followers

6 Posts

0 Answers

Open Source dev • JEE Aspirant

Jothin kumar · 1 year ago

Tic Tac Toe 🎮 with Python tkinter - part 2

This tutorial is part of a series. Make sure to check out the previous tutorial, if you haven't already. In this tutorial, we will add a functionality to the Tic-Tac-Toe game: Player vs Comp...

Jothin kumar · 2 years ago

Tic Tac Toe 🎮 with HTML, CSS and JS - part 1

In this tutorial, we will be creating a basic Tic Tac Toe game with HTML, CSS and JavaScript. Python version: https://devdojo.com/jothin-kumar/tic-tac-toe-with-python-tkinter-part-1 The webp...
2

Jothin kumar · 2 years ago

Tic Tac Toe 🎮 with Python tkinter - part 1

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://devdojo.com/jothin-kumar/getting-started-wi...
4

Jothin kumar · 2 years ago

Getting started with tkinter - crash course

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 tkinte...

Jothin kumar · 2 years ago

🛡️2FA with 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 si...

Jothin kumar · 2 years ago

How to create installers for your Python application?🤔

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 m...

Loading More Content