A collection of useful CLI tools designed for Linux-based operating systems, simplifying various daily tasks. This project includes scripts for media downloading, system setup, development tools, and more. Each tool is designed to be user-friendly and highly functional, enhancing your command-line experience.
- YT Custom Downloader: Download YouTube videos as MP4 or MP3, select video resolution, choose audio bitrate, and trim the video/audio to a specific time range.
- Automated Package Installer: Simplifies the initial setup process on Arch Linux by offering an interactive menu to install various package groups.
- Future Tools: This collection will expand with more CLI tools to aid in various tasks.
A CLI application to download YouTube videos as either video (MP4) or audio (MP3). The tool also allows specifying the resolution for video downloads and the bitrate for audio downloads, as well as trimming the video/audio to a specific time range.
Python 3.xyt-dlpffmpegpyfigletquestionary
git clone https://github.com/ramenaru/utility-scriptspip install pyfiglet questionary yt-dlpsudo pacman -S ffmpegpython yt-downloader.pyThis project provides a script designed to automate the installation of various package groups on Arch Linux.
Arch Linuxbase-develyay | AURpacman
git clone https://github.com/ramenaru/utility-scriptscd utils.shchmod +x installer.shsudo ./installer.shContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
1.Fork the Project
2.Create your Feature Branch (git checkout -b feature/AmazingFeature)
3.Commit your Changes (git commit -m 'Add some AmazingFeature')
4.Push to the Branch (git push origin feature/AmazingFeature)
5.Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
this project created by ramenaru