Rename script to music_cards_generator.py and update references

- Renamed generate_hitster_cards.py to music_cards_generator.py
- Updated all documentation references to use the new filename
- Removed remaining Hitster references from the filename
- Script name now matches the Music Cards branding

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-08-10 21:20:32 +02:00
parent d839dbe293
commit ff42d5fddc
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ pip install spotipy reportlab qrcode[pil] pillow
### Basic Usage (Separate PDFs)
```bash
python generate_hitster_cards.py \
python music_cards_generator.py \
--playlist "https://open.spotify.com/playlist/YOUR_PLAYLIST_ID" \
--client-id YOUR_CLIENT_ID \
--client-secret YOUR_CLIENT_SECRET \
@@ -43,7 +43,7 @@ python generate_hitster_cards.py \
### Single Interleaved PDF (for Duplex Printing)
```bash
python generate_hitster_cards.py \
python music_cards_generator.py \
--playlist "https://open.spotify.com/playlist/YOUR_PLAYLIST_ID" \
--client-id YOUR_CLIENT_ID \
--client-secret YOUR_CLIENT_SECRET \