Files
piano_repertoire/README.md

26 lines
873 B
Markdown
Raw Normal View History

2023-10-08 19:30:42 +00:00
# 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
- Create new users
- Set an active user
2023-10-19 20:35:12 +02:00
- Show the pieces stored in the database
- (planned) Mark pieces as masterd for the active user
2023-10-19 20:35:12 +02:00
- (planned) Show pieces by composer
- (planned) Show movements throug pieces
## Requirements
- Python 3.9 or higher
- Enough disk space to hold the database