python
How to get Bunny CDN Billing and Stats via API
If you want to build a custom dashboard, you need to fetch the data from BunnyCDN API Adjust code params as needed. Pull Zone JSON
Modifying MP3 Bitrate in Bulk
Challenge: Be able to convert the bitrate and other audio modifications in bulk and be able Solution: Param various filters and mods like trimming silence etc. using a python script 1. http://blog.gregzaal.com/how-to-install-ffmpeg-on-windows/
Quicket Bulk Ticket PDF Splitter
I had a scenario where I needed PDF from Quicket that had 20 tickets. Problem: I needed each ticket as a separate JPG so I could send to those receiving them. Manual way would be to screenshot each ticket. Solution: This python script split it up into JPG tickets but also names the tickets based … Read more