Files
DJ_Teaser_Clipper/BADGES.md
Thomas abf2109171 First Upload
All Files
2026-01-29 10:48:02 +01:00

21 lines
759 B
Markdown

# 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)
```