Initial commit: Add playlist downloader project with UI and core functionality

This commit is contained in:
2026-06-28 10:34:48 +02:00
commit 605dede363
49 changed files with 8300 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
- [x] Clarify Project Requirements
- [x] Scaffold the Project
- [x] Customize the Project
- [x] Install Required Extensions
- [x] Compile the Project
- [x] Create and Run Task
- [ ] Launch the Project
- [ ] Ensure Documentation is Complete
Projet Python pour extraire les informations d'une playlist Spotify à partir d'un HTML donné, parser avec BeautifulSoup, et sauvegarder dans un fichier JSON.