https://github.com/hyperdotbat/python_miniprojects
Just a compilation of miniprojects as a sidetrack from the bootcamp, also trying out batch for the first time
https://github.com/hyperdotbat/python_miniprojects
Last synced: over 1 year ago
JSON representation
Just a compilation of miniprojects as a sidetrack from the bootcamp, also trying out batch for the first time
- Host: GitHub
- URL: https://github.com/hyperdotbat/python_miniprojects
- Owner: hyperdotbat
- Created: 2023-08-17T22:43:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T22:53:27.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T20:11:21.671Z (over 1 year ago)
- Language: Python
- Size: 2.89 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python_miniprojects
Bunch of miniprojects as a sidetrack from the [bootcamp](https://github.com/HyperGamesDev/python_100day_bootcamp) around day 15+
First thing I did was upgrade [YT-DLP](https://github.com/yt-dlp/yt-dlp) as I wanted a very quick way of downloading stuff and wanted to practice my basic Python skills
I have some unfinished stuff for a 2.0 script of YT-DLP but I left it for now
Then I also made a bit more easy video manipulation mini programs
But its all very basic, pure terminal stuff
I definitely want to try compiling it all into a GUI combining all of the programs in the future after learning Tkinter