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)