Skip to main content
Shawn Hutchins

Shawn Hutchins

Python & Web Developer | Problem Solver | Maker

I’m a Python and web developer with a focus on building clean, user-friendly tools that solve real problems. I enjoy working across software, hardware, and hands-on projects, including 3D printing and FPV drone building and racing. Outside of tech, I also enjoy cooking and painting models. This site serves as a place to document my projects, write about what I’m learning, and share things I find interesting.

Recent

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.