Skip to content

SweepSweep2/o2tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

O2Tools, a python package for manipulating O2Jam files.

Features

  • Readable OJN Note Sections
  • OJM Sound Extraction (both M30 and OMC)
  • Interface/Avatar File Support
  • OJN List Support
  • Highly Documented
  • Easy to Use
  • Fully Object-Oriented

Build Instructions

Install dependencies (build):

pip install build

Inside the root of the project (where pyproject.toml is located), run:

python -m build

This will generate the following files (inside the dist directory):

  • A .tar.gz source archive
  • A .whl (wheel) binary distribution

Run the following command (in the dist directory):

pip install [name of wheel file].whl

Contribution

You can contribute by filling in unknown data in the documentation/code.

Documentation

The official docs are here: https://o2tools.readthedocs.io

They are not fully finished yet, and are still being worked on.

About

A Python package that contains tools to manipulate O2Jam files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages