Skip to content

sclaydn/python-automation-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

README.md

πŸ› οΈ Python Automation Scripts

A collection of 7 simple yet powerful Python scripts to automate your daily digital tasks.

πŸ“œ List of Scripts

1. Auto Email Sender

Automatically sends an email with subject and body using SMTP.

  • File: auto_email_sender.py
  • Libraries: smtplib, email

2. File Organizer

Organizes your Downloads folder by file extensions.

  • File: file_organizer.py
  • Libraries: os, shutil

3. Weather Notifier

Fetches current weather data for a given city.

4. Clipboard Translator

Translates the current clipboard text to English.

  • File: clipboard_translator.py
  • Libraries: pyperclip, googletrans

5. PDF Merger

Merges multiple PDF files into one.

  • File: pdf_merger.py
  • Libraries: PyPDF2

6. Social Media Auto Poster

Posts an automated tweet to Twitter/X.

  • File: auto_tweet.py
  • Libraries: tweepy
  • Note: Requires Twitter Developer credentials.

7. Screenshot & Timestamp Saver

Takes screenshots at regular intervals and names them with timestamps.

  • File: screenshot_logger.py
  • Libraries: pyautogui, time, datetime

βœ… Getting Started

  1. Clone the repository:
git clone https://github.com/yourusername/python-automation-scripts.git
cd python-automation-scripts
  1. Install dependencies:
pip install -r requirements.txt
  1. Run any script you need:
python file_organizer.py

πŸ“¦ Requirements

See the requirements.txt file included in this repo:

requests
pyperclip
googletrans==4.0.0rc1
PyPDF2
tweepy
pyautogui

πŸ€– GitHub Actions CI

This repository includes a CI pipeline using GitHub Actions. It checks for Python syntax errors on every push to main.

πŸ“„ License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages