Crop GIFs easily with my new project! If you've seen my past work, you know I love using GIFs. Tired of slow or weird online tools? My project simplifies it all. Forget typing commands or frame numbers every time—this tool does it for you, showing total frames and letting you pick start and end frames for a perfect GIF!
sudo apt install python3
sudo apt-get install python3-tk
sudo apt-get install gifsicle
sudo apt-get install nautilus
- Go to the Nautilus Scripts folder
nautilus ~/.local/share/nautilus/scripts
- Create a Python script, for example, gif-cutter2.py
touch gif-cutter2.py
-
Add code to it (it's in gif-cutter-using-nautilus.py)
-
Make the file executable
sudo chmod +x gif-cutter2.py