Python Projects

Simple GUI calculator using Tkinter in Python

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

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?

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

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

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

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

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

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?

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

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…
Back to top button