https://github.com/zmoon/pyabc2
ABC music notation tools
https://github.com/zmoon/pyabc2
abc-notation abcjs music
Last synced: 11 months ago
JSON representation
ABC music notation tools
- Host: GitHub
- URL: https://github.com/zmoon/pyabc2
- Owner: zmoon
- License: mit
- Created: 2021-09-22T15:37:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T15:56:19.000Z (11 months ago)
- Last Synced: 2025-04-09T16:51:49.806Z (11 months ago)
- Topics: abc-notation, abcjs, music
- Language: Python
- Homepage:
- Size: 292 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyABC2
[](https://github.com/zmoon/PyABC2/actions/workflows/ci.yml)
[](https://app.codecov.io/gh/zmoon/PyABC2)
[](https://pypi.org/project/pyabc2/)
[](https://www.repostatus.org/#wip)

## Getting started
Install from PyPI:
```
pip install pyabc2
```
Then look at the [example notebooks](https://github.com/zmoon/PyABC2/tree/main/examples).
To contribute to this project, see the [instructions for developers](https://github.com/zmoon/PyABC2/tree/main/docs/dev.md).
## Credits
Inspired in part by and some portions based on [PyABC](https://github.com/campagnola/pyabc) (`pyabc`; [MIT License](https://github.com/campagnola/pyabc/blob/master/LICENSE.txt)), hence "PyABC2" and the package name `pyabc2`. No relation to [this pyabc](https://github.com/icb-dcm/pyabc) that is on PyPI.