Skip to content

KeyanGootkin/kbasic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KBasic

The core utility functions that Keyan is sick of rewriting in every project :-)

pip install kbasic

Modules

$\rm{{\color{#f26419}kbasic}.{\color{#F8BD4F}module}.{\color{#a8ce98}submodule}.{\color{#57dee0}function}}$(*args, **kwds)

kbasic.audio

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


kbasic.array

a module for manipulating numpy arrays

kbasic.array.function(*args, **kwds)

$\rm{{\color{#f26419}kbasic}.{\color{#F8BD4F}module}.{\color{#a8ce98}submodule}.{\color{#57dee0}function}}$

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages