GusZandy / CabrilloDecoderPython

Decode Cabrillo file to dict variable in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CabrilloDecoderPython

Decode File Cabrillo to dictionary Python.

Installation

To install this package, you have to write like this:

pip install cabrillo-decoder

Add an example file

Make sure that you have created a Python-extension file and write like this:

from cabrillo_decoder import decoder
file = open("cq-ww-cw.cbr")

cabrillo = decoder.Cabrillo(file)

print(cabrillo.decode())

About

Decode Cabrillo file to dict variable in python.

License:MIT License


Languages

Language:Python 100.0%