Welcome!
Here you’ll find Python projects that cover various aspects of data analysis, automation, and visualization. Each project includes:
- The dataset and data sources used.
- The methodology applied.
- Key insights and outcomes.
Feel free to explore the projects and see how I use Python to extract meaningful insights and automate data workflows.
Bookstore Web Scraping
This project is a web scraper for Books to Scrape, an online bookstore for testing web scraping scripts. The scraper downloads HTML pages from the site and extracts product information, such as book titles, prices, and URLs saving the data into a csv file.
๐ View Source
BMI Calculator
This project calculates the Body Mass Index (BMI) based on user input.
๐ View Source
Automatic File Sorter in File Explorer
This Python script automatically organizes files in a specified directory by moving them into categorized folders based on their extensions. It currently sorts Excel (.xlsx), image (.jpg), and text (.txt) files into separate folders.
๐ View Source
Inventory Analysis
This code performs an analysis of an inventory stored in an Excel file. It uses the openpyxl library to read and manipulate the Excel data.
๐ View Source