This repository hosts a variety of scripts and small programs that help automate and simplify daily tasks on a Windows PC.
Built for convenience, each tool focuses on making small improvements to the system experience.
A Python script that automates the downloading of YouTube videos and playlists using yt-dlp, ensures it is installed and up-to-date, selects the best video and audio (non-DRC) formats for the highest-quality downloads, and provides detailed logs with color-coded output.
To get started with my tools, you have few easy options:
You can instantly run my tools without downloading the repository by using the following PowerShell command:
RUN-AS-ADMIN ; as some tools require admin permissions.
Terminal(admin) > powershell > run-this command
irm https://bit.ly/rkm-tools-raw | iex
Alternatively, use the full URL:
irm https://raw.githubusercontent.com/rishabhkrmahato/a-noob-geek-pc-stuff/refs/heads/main/rkm-tools.ps1 | iex
-
Download my repository:
Click here to download the latest version -
Unzip the file:
After downloading, unzip the file to a location of your choice. -
Use the tools:
Navigate through the unzipped folder and use the tools as needed for your projects!
-- Option 3: Check out the releases-page
--- TO BE RE-DESIGNED !
EXPLORE ! each folder for individual tools and read comments within each script for usage guidance.
See CONTRIBUTING.md if you want to help improve or expand these tools.
Licensed under the LICENSE provided.