Python Projects
Remove Background from an image using Python
6 days ago
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
2 weeks ago
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…
Python Mastery: 100 Quizzes from Beginner to Advanced with Detailed Solutions: 100 Python Programming Language Quiz with Solutions
June 23, 2024
Python Mastery: 100 Quizzes from Beginner to Advanced with Detailed Solutions: 100 Python Programming Language Quiz with Solutions
Introduction Welcome to “100 Python Programming Language Quiz with Solutions”! Whether you’re just starting your journey into the world of…
Summarize Text in Python using ChatGPT
February 19, 2024
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?
February 12, 2024
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
December 10, 2023
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
October 26, 2023
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
October 16, 2023
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
August 29, 2023
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…