I scripted a python script, which automate the process to convert image to its YouTube Thumbnail version with the help of pillow library
- It can do a lot of cool things, some of them being:
- Can Convert thousands of image simuntensly
- It maintains the ratio of image which is most important for image clarity
- Save time
- Go to images folder
- And just put your images there
- Run main.py
- First clone the repo
- Make a new python environment If you are using anaconda just type conda create -n jarvis python==3.8.5 in anaconda prompt
- Activate the environment.
- Navigate to the directory of your project
- Install all the requirements by just hitting pip install -r requirements.txt
- Run the program by python main.py
- Enjoy !!!!
👇
This project is licensed under MIT License 2022 vikas bhadu
- Can use YouTube API to make this process more dynamic
- GUI can be made it more nicer to look at and functional
- More functionalities can be added