The core utility functions that Keyan is sick of rewriting in every project :-)
pip install kbasic
$\rm{{\color{#f26419}kbasic}.{\color{#F8BD4F}module}.{\color{#a8ce98}submodule}.{\color{#57dee0}function}}$ (*args, **kwds)
a module for playing sounds
kbasic.audio.sound.play(file: str) -> None:
Play an audio file through the computer
args:
- file (str): the path to the audio file you want to play
NOTE: THIS ONLY WORKS FOR LINUX/MAC I THINK
a module for manipulating numpy arrays
kbasic.array.function(*args, **kwds)