Coders Packet

Packets submitted by Ramya Sri Balla

Create a random music from a folder in Python

This project aims to play random music from a folder. Here we use the random module, which is an inbuilt module in Python.

Trim an Audio file with FFMPEG using Tkinter Python

This project aims to trim an audio file with FFmpeg using Tkinter GUI(Graphical User Interface) Python. FFmpeg is a software, which is a multimedia framework.

JPG to PDF Converter Using Tkinter GUI(Graphical User Interface) Application in Python

This project aims to convert JPG to PDF format using img2pdf or Filedialog module. Used Tkinter to create a GUI application, which is the most common and easiest way to create GUI applications.