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...
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...
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...
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...
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...
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...
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...
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...
Remember the snake game in the feature phones? All of us would have played this game at least once in our childhood. Wouldn’t it be interesting to build your own snake game? In this...
Guessing a number is a fun game that involves us to relate the clues the system gives us. This fun, yet provoking game is a simple way to keep our mind stimulated. Python Number...
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....