initial commit

This commit is contained in:
2025-07-20 20:17:02 +02:00
commit 62166624dc
9 changed files with 2272 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# Hipsterfy
creates small track cards with Spotify embeds and QR codes to print them out. Any relation to an existing party game is purely coincidental.
## Installation
```bash
pip install -e .
```
## Usage
```bash
python -m hipsterfy.main
```