Python Projects

Remove Background from an image using Python

Remove Background from an image using Python

In this article, we’ll learn how to remove the background of an image using Python. Pillow module: The Pillow library, a derivative of…
Convert PDF file to Excel file using Python

Convert PDF file to Excel file using Python

In this article, we will see how to convert a PDF to Excel or CSV File Using Python. It can…
Summarize Text in Python using ChatGPT

Summarize Text in Python using ChatGPT

In this video we integrate Chat GPT with Python in order to do three different NLP related tasks around text…
How to Convert a PDF to Document using Python?

How to Convert a PDF to Document using Python?

To convert PDF files to Doc format you can use a Python module and it will make it straightforward for you in…
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…
Generate QR Code using qrcode in Python

Generate QR Code using qrcode in Python

A Quick Response Code or a QR Code is a two-dimensional bar code used for its fast readability and comparatively large storage capacity. It…
Download YouTube videos using python for beginners 

Download YouTube videos using python for beginners 

How to download YouTube videos using python for beginners – In this tutorial we will be using the pytube module…
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…
Back to top button