A graphical user interface application that lets users either cartoonize an image or convert a video to a GIF.
You need to have the following libraries installed:
os
cv2
numpy
moviepy
tkinter
To install the necessary libraries, you can use: python pip install opencv-python moviepy numpy
- Cartoonize Images: Convert any regular image into a cartoonized version.
- Gif Maker: Convert short video clips into GIFs.
- Easy to Use GUI: An intuitive user interface that requires no coding.
- Clone the repository to your local machine.
- Navigate to the directory containing the script.
- Run the script using Python.
- Choose a Task: Select either "Cartoonize" or "Gif Maker" from the GUI.
- Upload File: Click on the "Upload File" button to choose the file you want to process.
- Process: Click on the "Process" button to either cartoonize the image or convert the video to GIF.
- View Result: After processing, a new window will pop up, displaying the path where the output has been saved.
Feel free to fork the project, make a change, and send a pull request. Any contributions you make are greatly appreciated!
This project is licensed under the MIT License. See the LICENSE.md file for details.
Thanks to the Python and MoviePy communities for their comprehensive documentation and resources that made this project possible.