# Badges (GitHub) You can add these badges to the top of your README.md: ```md ![Python](https://img.shields.io/badge/python-3.10%2B-blue) ![FFmpeg](https://img.shields.io/badge/ffmpeg-required-red) ![Local Only](https://img.shields.io/badge/local--only-no--cloud-success) ![DJ Tools](https://img.shields.io/badge/DJ-tools-purple) ![Audio](https://img.shields.io/badge/audio-DSP-orange) ``` Optional style (flat-square): ```md ![Python](https://img.shields.io/badge/python-3.10%2B-blue?style=flat-square) ![FFmpeg](https://img.shields.io/badge/ffmpeg-required-red?style=flat-square) ![Local Only](https://img.shields.io/badge/local--only-no--cloud-success?style=flat-square) ![DJ Tools](https://img.shields.io/badge/DJ-tools-purple?style=flat-square) ```