DEV Community

Ramya .C
Ramya .C

Posted on

๐Ÿ—“๏ธ Day 55 of My Data Analytics Journey

Today was a super productive day! ๐Ÿ’ช
I worked on two automation mini projects using Python that make my workflow smarter and more efficient.


๐Ÿงฉ Project 1: Automatically Arrange Files Using Python

I created a Python program that scans any folder and automatically arranges files based on their extensions.

๐Ÿ“‚ For example:

  • .pdf โ†’ goes to PDF_Files
  • .xlsx โ†’ goes to Excel_Files
  • .jpg โ†’ goes to Image_Files

๐Ÿ”ง Libraries Used: os, shutil
๐Ÿ’ก What I Learned: File handling, automation, and folder management using Python.


๐ŸŒฆ๏ธ Project 2: Google Automation โ€“ Chennai Climate Screenshot

This project uses Selenium to automatically open Google, search for โ€œChennai Climateโ€, and take a screenshot of the weather result.

It saves the image automatically in the folder! ๐Ÿ“ธ

๐Ÿ”ง Libraries Used: selenium, time
๐Ÿ’ก What I Learned: Web automation, dynamic page handling, and screenshot saving using Python.


๐Ÿš€ Both of these mini projects improved my automation skills and helped me understand how Python can make daily tasks easier!

๐Ÿ”— GitHub Projects: https://github.com/ramyacse21/python-workspace/blob/main/import%20os%20split%20and%20arrange%20files.py

https://github.com/ramyacse21/python-workspace/blob/main/automation%20task%20in%20google.py

RamyaAnalyticsJourney

daywithcode#growwithpgm

-

Top comments (0)