Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (20 loc) · 806 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 806 Bytes

Overview

A simple Python script for reading metadata out of mp3 files and storing it in a database. Data can be exported to be processed further.

Install

1. Install with pip3

pip3 install https://github.com/CCC-Jugendgruppe/python_mp3/archive/refs/heads/main.zip

2. Start the programm

not working yet python-mp3

Install (For contributors)

0. Open a Terminal

1. Clone the repo to your PC

git clone https://github.com/CCC-Jugendgruppe/python_mp3.git

2. Go into the repo folder

cd python_mp3

3.Iinstall program with pip

pip3 install .

FOR WORKING ON GUI: 4. Put Music files into the input folder

5. Start the program

python-mp3

use python3 main.py -i /path

INFO: pip3 install . needed after making changes