Skip to content

A simple Python app to track owned music across different media

Notifications You must be signed in to change notification settings

chunga2020/music_db-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

music_db-python

A simple music database interface

This application is a simple Python program that uses MySQL to help users track their music library across different formats — physical and digital.

Dependencies:

  • MySQL
  • Python3
  • See requirements.txt for Python packages necessary to run this application.

How to Run

  1. Run pip install -r requirements.txt to install the packages needed by Python to run the application
  2. Populate config-sample.ini with the values needed to access your MySQL database, and rename it to config.inimv config-sample.ini config.ini

About

A simple Python app to track owned music across different media

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages