top of page

Projects

01. Weather Data Scraping

The Python web scraping project is a Weather Data Scraping project. The purpose of this project is to extract weather information such as temperature, humidity, and weather conditions for a specific location from a website.

The project uses the requests library to send an HTTP GET request to the target weather website. The response content is then parsed using the BeautifulSoup library, which allows us to navigate and extract specific elements from the HTML structure.

Screenshot (2)_edited.jpg

02. Twitter Bot

The Python Twitter Bot project is designed to create a bot that can interact with the Twitter platform. It utilizes the Tweepy library, which is a Python wrapper for the Twitter API, to perform various actions such as tweeting, retweeting, and replying to mentions.

The project begins by setting up the necessary credentials to authenticate with the Twitter API. These credentials include the consumer key, consumer secret, access token, and access token secret, which are obtained by creating a Twitter Developer account and registering a new application.

Screenshot (3)_edited.jpg

03. Library Management System

The Python Library Management System project is designed to help librarians efficiently manage their library's books, borrowers, and borrowing transactions. The project utilizes object-oriented programming concepts to create two classes: Book and Library.

With this project, librarians can easily add new books to their collection, search for specific books based on titles or authors, and retrieve detailed information about each book, including its availability. The project aims to streamline the book management process, making it more organized and efficient for library staff.

Screenshot (4)_edited.jpg
bottom of page