Category: Python Tutorials

Python Image Viewer using Tkinter

Image Viewer App is an application that will display images and have a forward and backward button to go back and forth and view different photos one by one. Let us create an Image...

Python Voice Recorder Project with Source Code

Have you ever tried recording audio? There are times when we feel the need to record something important. Let us create a voice recorder project using Python which will help us record audio. About...

Python GIF Creator – Convert Video to GIF

GIF Creator is an application that converts a video into gif. A gif is a video without audio and goes on into an infinite loop. python GIF creator project is a beginner level project...

Learn How to Create 2048 Game in Python

2048 is a popular simple mathematical sliding puzzle game played by a single player. 2048 is a very addictive game and the main thing which is performed in this 2048 game is addition and...

python dice rolling simulator

Python Dice Rolling Simulator using Random Module

Ever wondered how any online dice game generates a number on the dice randomly? Seems like the application generates a number randomly and automatically under the hood and the game proceeds without any unfair...

python text editor notepad

Create a Simple Text Editor in Python

If one wants to learn a language the best way is to use it practically. Why not create interesting Python projects to learn Python? This time we are going to create a Text Editor...

python project random password generator

Generate Strong Random Password using Python

The best way to learn a language is to practically use it. TechVidvan is back with another beginners project where we will create a Password Generator using Python. So let’s get started with the...

Pin Your Notes in Python – Sticky Notes Project

Notes taking is a way of keeping key information ‘noted’ down for reminders, tasks, etc. This avoids us from forgetting important tasks to do, thereby keeping us updated with what has to be done....