ayeshag7 / Automating-Tasks-With-Python

Python scripts to automate tedious tasks and have some fun.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automating-Tasks-With-Python

Python scripts to automate tedious tasks and have some fun.

Contributors Forks Issues Stars

Description ℹ️

This repository is dedicated to python scripts that automate some tedious tasks or are otherwise just fun to hassle with. The scripts can be of varying levels of complexity. They can be short and concise or long and complicated. Everyone is invited to add to this repository according to their level of skill and interest.

Rules📜

  • Your Python script should contain sufficient comments to help others understand your code.
  • The name of the task that you're automating must be added to the tasks section.
  • The name of the library or package you used must be added to the libraries section if it's not already there.

Tasks Automated So Far 🤖

  • Converting YouTube Videos to Mp3 files.
  • Producing Captchas.
  • Creating GIFs.
  • Converting Mp4 Videos to GIFs.
  • Converting Text to Handwriting.
  • Converting PDF file to Audio.
  • Correcting word spelling.
  • Getting address details through zipcode.
  • Shortening URLs.
  • Encrypting PDF files with a password.
  • Creating Desktop Notifications.
  • Generating random passwords.

Python Libraries Used 🛠️

  • Pillow
  • PyTube
  • Imageio
  • Captcha
  • Moviepy
  • Pywhatkit
  • PyPDF2
  • pyttsx3
  • textblob
  • geopy
  • pyshorteners
  • plyer
  • tkinter
  • tkinter Web

Tools to help you get Started with Open-Source Contribution

If you're just a beginner in open-source, this is a great repository for you to practice and earn a green square 🟩. Below are some tools to help you get started.

About

Python scripts to automate tedious tasks and have some fun.


Languages

Language:Jupyter Notebook 99.1%Language:Python 0.9%