Python Projects
Simple GUI calculator using Tkinter in Python
3 weeks ago
Simple GUI calculator using Tkinter in Python
In this tutorial, we are going to create a simple GUI calculator using the Tkinter module. Tkinter is builtin the Python module for developing…
Extract Text from PDF with Python
August 3, 2023
Extract Text from PDF with Python
For this tutorial, I’ll be using Python 3.6.3. You can use any version you like (as long as it supports…
How To Write Android Apps In Python?
August 3, 2022
How To Write Android Apps In Python?
Want to build Android Apps in Python? More than 3 billion devices in this world run on android. That makes…
Download YouTube videos in Python
July 23, 2022
Download YouTube videos in Python
We can use the package Pytube to download YouTube videos in a Python script. It’s a free tool you can…
Create a Voice Recorder using Python
July 18, 2022
Create a Voice Recorder using Python
Python can be used to perform a variety of tasks. One of them is creating a voice recorder. We can…
Object Detection in 10 lines of code using Python
July 8, 2022
Object Detection in 10 lines of code using Python
In the following tutorial, we will understand how to perform Object Recognition in the Python programming language using the ImageAI library. We…
Convert Text into Audio Using Python
April 3, 2022
Convert Text into Audio Using Python
Text to speech converter is a technology used to convert text into human voice generated from the computer. Speech recognition…
Build an Asteroids Game With Python and Pygame
February 26, 2022
Build an Asteroids Game With Python and Pygame
Do you want to create your own computer games but like Python too much to abandon it for a career…
How to Create a Tic-Tac-Toe Game in Python?
December 17, 2021
How to Create a Tic-Tac-Toe Game in Python?
Gaming is one of the entertainment that humans have. We can find different types of games on the web, mobile,…
Python Bootcamp 2021: Build 8 Real World Python Projects
December 11, 2021
Python Bootcamp 2021: Build 8 Real World Python Projects
Description The most appealing characteristic of Python is that it is an interpreted language. Interpreted languages are the programming languages…