Python-NBS
A python library for reading NBS files
Based on NBS Version: 4(Current version used by Open Note Block Studio)
What is NBS
The .nbs format (Note Block Song) was created to work with Minecraft Note Block Studio, and contains data about how note blocks are laid out in the program to form a song.
From opennbs.org.
Installation
pip install Python-NBS
Usage
import python_nbs.nbs as nbs
import pprint
nbs_file = nbs.NBS("file.nbs")
# print song name
print(nbs_file.song_name)
# print all note blocks
pprint(nbs_file.note_blocks)
See docstring for the available instance variables.
Release files for Python-NBS 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Python-NBS-1.0.0.tar.gz | 5.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Python_NBS-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.1 kB
Release files / Python-NBS-1.0.0.tar.gz
| Download URL | Python-NBS-1.0.0.tar.gz |
|---|---|
| Size | 5.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
70242b1e54b757036637a78789513499487fbd3dedf01e6aace48392bb6ca764
|
|
BLAKE2b-256 checksum How to use checksums |
96501fabd816be18bad52fe07401fa7714100bf2a7ae1fc32af4db46053d4170
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.0
|
Release files / Python_NBS-1.0.0-py3-none-any.whl
| Download URL | Python_NBS-1.0.0-py3-none-any.whl |
|---|---|
| Size | 7.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
65f828e8d57b4bea08371b4d05df809cb4cf4c94dcd60c2c73ed07a6344b39fa
|
|
BLAKE2b-256 checksum How to use checksums |
8fc846a6cfa5f78d4d8fd9c8a4b7bf2cdc015007aad68366765ef85ea57a86eb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.0
|