Author name: Mayank Gupta

PDF_MERGER in Python

INTRODUCTION The PDF_MERGER in Python is a simple tool that mixes a couple of PDF documents right into a single file. It uses the PyPDF2 library to address PDF merging, making it useful for organizing reports, documents, or study substances. STEP 1: Import PyPDF2 Library: The software imports PyPDF2 to handle PDF merging. import PyPDF2 STEP …

PDF_MERGER in Python Read More »

TEXT_SUMMARIZER in Python

INTRODUCTION The TEXT_SUMMARIZER in Python is a simple NLP-based application that shortens large texts while preserving key information. It makes use of the nltk or sumy library to investigate and extract the maximum relevant sentences, making it beneficial for summarizing articles, reports, and files. STEP 1: Import Required Libraries: The program imports nltk for natural language …

TEXT_SUMMARIZER in Python Read More »

DICTIONARY_APP in Python

INTRODUCTION The DICTIONARY_APP in Python is a simple software that fetches word meanings the usage of the Dictionary API. It permits customers to input a word and retrieves its definition, pronunciation, and instance usage. This challenge demonstrates API integration, JSON facts dealing with, and consumer interplay in Python. STEP 1: Import Requests Module: The program imports …

DICTIONARY_APP in Python Read More »

BASIC_CALCULATOR in Python – A Simple GUI Calculator

INTRODUCTION The BASIC_CALCULATOR in Python is a simple GUI-primarily based calculator constructed the usage of Tkinter. It lets in customers to perform primary arithmetic operations which includes addition, subtraction, multiplication, and department. This task facilitates in knowledge GUI improvement in Python, event handling, and operating with Tkinter widgets. Step 1: Import Tkinter: The program imports …

BASIC_CALCULATOR in Python – A Simple GUI Calculator Read More »

WEATHER_APP in Python – Fetch Real-Time Weather Data

INTRODUCTION The WEATHER_APP in Python is a simple application that fetches actual-time weather records the use of an API. It permits customers to enter a city name and get contemporary weather details inclusive of temperature, humidity, and weather conditions. This mission enables in information API integration and operating with JSON statistics in Python. STEP 1: …

WEATHER_APP in Python – Fetch Real-Time Weather Data Read More »

UNIT_CONVERTER in Python

INTRODUCTION The Unit Converter is a Python-primarily based application that helps customers convert temperature and weight measurements. It affords a menu-pushed interface wherein users can pick their conversion class and unit sorts. The program uses trendy mathematical formulation for correct conversions. This easy device is useful for students, professionals, and all and sundry needing short …

UNIT_CONVERTER in Python Read More »

Invisible Cloak using OpenCV in Python

This mission demonstrates how to create an “invisible cloak” impact the usage of OpenCV in Python. The concept is based on covering and historical past subtraction strategies to make a specific coloration disappear and reveal the heritage in its place. This fun and creative application of OpenCV showcases actual-time photo processing and computer vision concepts. …

Invisible Cloak using OpenCV in Python Read More »

Getting and Setting Pixels using OpenCV Python

This undertaking demonstrates a way how to get entry to and adjust character pixel values in an image by using OpenCV in Python. Moreover, Pixel manipulation is a fundamental component of photograph processing, allowing for tasks which include image modifying, function highlighting, and greater. In this challenge, you may discover ways to retrieve pixel values, …

Getting and Setting Pixels using OpenCV Python Read More »

Scroll to Top