327aae513008d6cc7d2db540ea05450a3d91de50
piano_repertoire
The piano_repertoire-project develops a database to keep track of the pieces a pianist can play, as well as an app to interact with the database. The software is open source and developed under the MIT license.
Features
At the moment, an alpha version is undertaken, with these features:
Database
- The sqlite-database holds a growing number of piano-solo pieces, together with their exact catalogue-numbers and composers.
- Prepared in this database is a table for users (pianists), that marks which of the pieces can be played.
Application and usage
- Create new users (
n username) - Show users (
su) - Set an active user (
a number_of_user) - Show the pieces stored in the database (
s) - Mark pieces as mastered for the active user (
m number_of_work) - Show pieces by composer (
cshows composers,s number_of_composershows pieces) - Show movements through works (
sw work_number) - Mark movement as mastered for active user (
m number_of_work number_of_movement) - Show possible commands (
h) - Show mastered movements for activated user (
sm) - (planned) display, if work or movement is mastered from active user when viewing works and movements
- (planned) Save recordings per movement in db
- (planned) Listen to saved recordings
- (planned) Works are shown sorted (opus, collection e.g. "Walzer", "Sonaten")
Requirements
- Python 3.9 or higher
- Enough disk space to hold the database
- run
python builddb.pyto build the SQLite-database-file before runningpython rep_cli.py
Known Bugs
- Marking a piece as mastered the second time, the database won’t insert the entry and the program will crash
Description
The piano_repertoire-project develops a database to keep track of the pieces a pianist can play, as well as an app to interact with the database. The software is open source and developed under the MIT license.
Languages
Python
100%