Skip to main content

Python

Password Manager

·157 words·1 min
A secure solution for storing passwords locally # This project is a password manager made with Python and Tkinter that uses Cryptography to securely encrypt passwords with a master password and stores them locally.

Dead Air Remove

·454 words·3 mins
An app for removing silence from audio files # This project is a Python CustomTkinter app that uses FFMPEG to remove dead-air from all audio files of a given type within a given folder. The trimmed files are saved to a chosen folder with a prefix added to the file names. The volume level that is considered dead-air and the minimum silence duration are both adjustable.