- Run following lines
- sudo apt install python3
- sudo apt install python3-pip
- pip install -r requirements.txt
- sudo yum install python3
- sudo yum install epel-release
- sudo yum install python-pip
- pip install -r requirements.txt
- sudo dnf install python3
- pip install -r requirements.txt
- sudo pacman -S python3
- sudo pacman -S python-pip
- pip install -r requirements.txt
- 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.