Skip to content

scripts to manage and automate some stuff in a easy way.

License

Notifications You must be signed in to change notification settings

ThePunisher569/Scripts

 
 

Repository files navigation

SCRIPTS

  • Run following lines

Debian

  • sudo apt install python3
  • sudo apt install python3-pip
  • pip install -r requirements.txt

CentOS/RHEL

  • sudo yum install python3
  • sudo yum install epel-release
  • sudo yum install python-pip
  • pip install -r requirements.txt

Fedora

  • sudo dnf install python3
  • pip install -r requirements.txt

Arch

  • sudo pacman -S python3
  • sudo pacman -S python-pip
  • pip install -r requirements.txt

openSUSE

  • sudo zypper install python3
  • sudo zypper install python3-pip
  • pip install -r requirements.txt
  • Amazon pricing script let us check price again and again at provided time period and if the price of the product gets below the threshold value that we have set, script sends us mail to inform about drop of price for given product.
  • Downloaded files manager as name suggest it manages the downloaded files of your downloads folder in your pc, it creates folders based on categoris Audios Videos Images Softwares and moves the file based on its extension to the folder based on its type.
  • Random mouse clicks script makes your mouse pointer to click randomly on screen at a certain time period and between given coordinates.
  • It's a simple CLI tool to download youtube videos by providing link of video and selecting the quality of video.

To contribute in this repository please read CONTRIBUTING.md.

About

scripts to manage and automate some stuff in a easy way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%