First Upload

All Files
This commit is contained in:
Thomas
2026-01-29 10:48:02 +01:00
commit abf2109171
21 changed files with 2834 additions and 0 deletions

20
BADGES.md Normal file
View File

@@ -0,0 +1,20 @@
# 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)
```