| Crates.io | ohsheet |
| lib.rs | ohsheet |
| version | 0.2.2 |
| created_at | 2023-07-20 23:08:23.247704+00 |
| updated_at | 2025-10-25 23:40:41.205775+00 |
| description | NinSheetMusic scrapper: get them all |
| homepage | |
| repository | https://github.com/p6nj/ohsheet |
| max_upload_size | |
| id | 921863 |
| size | 75,160 |
# Another NinSheetMusic scrapper
Oh sheet! All offline.
Sometimes you just want them all on your budget tablet to use with your favorite PDF viewer without any networking trouble.
This app is a replacement of the small Python script ninsheet-scrapper, this time in Rust.
Rust.
cargo install ohsheet
On Linux, for anyhow, you need Rust Nightly:
rustup install nightly
You can then switch between stable and nightly like so:
rustup default nightly
rustup default stable
Clone it:
git clone https://github.com/p6nj/ohsheet
Run it with:
cargo run
Compile it optimally with:
cargo build --release
You will find the executable in target/release/.
Thank you very much to the NinSheetMusic epic maintainers.