Music album web page generator
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 5 ans
il y a 5 ans
il y a 4 ans
il y a 4 ans
il y a 5 ans
il y a 4 ans
il y a 4 ans
123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Labelize
  2. Music band web page generator : 1 folder with music files + images + 1 optional configuration file = 1 single page app with audio player
  3. # Installation
  4. ```
  5. $ python3 -m venv labelize-env
  6. $ . ./labelize-env/bin/activate
  7. $ pip install -r requirements.txt
  8. ```
  9. #Configuration
  10. In a labelize.yaml file :
  11. ````
  12. band: band name
  13. images:
  14. cover: my_cover_image.png
  15. contact: my_contact_image.png
  16. albums_section :
  17. title: Album section tile
  18. albums:
  19. - year : 2019
  20. title : my album title
  21. - year : 2018
  22. title : my album title
  23. ````
  24. # Usage
  25. ```
  26. $ python labelize.py [inputDirectory] [outputDirectory]
  27. ```
  28. # Credentials
  29. **Dev** : CHOJ
  30. **UI Design** : CDRC LCHRZ