Overview

Hi.

test

import easytranscriber as et

def main():
    # create a transcriber
    transcriber = et.Transcriber()

    # transcribe an audio
    a = 3+3
    print(a)
print(3+3)
print("hello")
6
hello
Tip

This is a tip.

Important

This is important!