Metadata-Version: 2.1
Name: musicscore
Version: 2.0.2
Summary: Generating musicxml files.
Home-page: https://github.com/alexgorji/musicscore.git
Author: Alex Gorji
Author-email: aligorji@hotmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: musicxml (==1.4)
Requires-Dist: quicktions

musicscore
==========
Tested with python 3.9, 3.10 and 3.11

**musicscore** is a python library for generating musicxml data in an intuitive and easy but nevertheless exhaustive way. The generated
files can be imported in several music notation programs and be processed further if necessary. The preferred software is Finale which
seems at the moment to have the best implementation of musicxml format files and supports version 4.0.


For documentation see: `<https://musicscore.readthedocs.io>`_

The project can be found on GitHub under: `<https://github.com/alexgorji/musicscore>`_

**musicscore** can be installed via pip:

.. code-block:: console

    (.venv) $ pip install musicscore


**musicxml** can also be found in a separate repository under: `<https://github.com/alexgorji/musicxml>` and be installed via pip:

.. code-block:: console

    (.venv) $ pip install musicxml
