😎 Python Programs – Powered by ☕️

  • Easily Bulk Add Songs to Spotify Playlist using Python

    I was looking at a reddit post recently where someone had posted this picture The person had described that it was a mixtape made by her first boyfriend in 2008. Here’s the original post I like many of the songs in this list and was curious to listen to the ones that I am not…

  • Create Python Project Folder Automatically

    When working on a new python project, I usually follow the following steps: I create a lot of projects all the time and the above steps take up a lot of my time – time that I can spend doing stuff I love.. like write code. You probably have a similar workflow when starting a…

  • Split .mp3 file into multiple parts using python and ffmpeg

    Why split an .mp3 file in the first place? Some of the common reasons: Easier Navigation: Dividing a lengthy audio file into smaller sections makes it simpler to navigate, allowing users to quickly find and listen to specific parts without having to manually search through the entire file. Better Organization: Breaking down a long file…

  • Compress Multiple Videos – Using python and ffmpeg

    Why compress videos? With the rise in digital videos, it is easier than ever to capture and store precious memories in our personal devices. However, storing these videos can take up a lot of space on our devices, which can lead to slow performance and other issues. Compressing videos will help you by How to…