Skip to content
/ vinyl Public template

💿 Records collection streamlit page template

License

Notifications You must be signed in to change notification settings

BayernMuller/vinyl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vinyl

What is vinyl?

  • vinyl is a streamlit template for managing your records collection.

How to setup?

  • Fork this repository.
  • Clone your forked repository and install requirements.
git clone https:://github.com/<your-username>/vinyl
cd vinyl
pip install -r requirements.txt
  • Add list.json file on the root of the project with the following structure:
[
    {
        "cover": "https://<cover_url>",
        "artist": "The Beatles",
        "title": "Sgt. Pepper's Lonely Hearts Club Band",
        "genre": "Psychedelic Rock",
        "format": "LP",
        "country": "UK",
        "year": 1967,
    },
    {
        "cover": "https://<cover_url>",
        "artist": "Black Sabbath",
        "title": "Master of Reality",
        "genre": "Heavy Metal",
        "format": "LP",
        "country": "UK",
        "year": 1971,
    },
    ...
]
  • You can see the example of list.json file here.

Publish your collection

About

💿 Records collection streamlit page template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages