Skip to content

MrMidnight7331/Vinylizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vinylizer

Can't decide what side you wanna listen to on vinyl? I build a small Python tool to randomise your vinyl albums! Pretty simple to use and straight forward!

Usage

python3 Vinylizer.py

(R)andomly choose a Album, (A)dd a new one, (D)elete an album, (L)ist all albums, (Q)uit?

  • R: Randomly going through the JSON config and pick a album and a random side.

  • A: Prompts to add a album and its sides.

  • L: List all album available in the JSON config

  • Q: Quit

Config

Customize album manually in JSON (or use the add function).

Example:

[{"name": "Album1", "sides": ["A", "B", "C", "D"]}, {"name": "Album2", "sides": ["A", "B", "C"]}, {"name": "Album3", "sides": ["A", "B", "C", "D", "E", "F"]}]

Socials

Email: [email protected]

Twitter: @MrMidnight53

About

A tool to randomise your Vinyl albums!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages