Skip to content

kmshariat/hijibiji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixelated Image

HIJIBIJI

Hijibiji is a Bangla word which translates to 'randomly'. This hijibiji package creates random things. By things I mean random video, random audio, random image, random points etc. I don't have any idea if this has some real life application. The motivation to create this package came to me when I was random walking in streets of my university campus. So, yeah, here it is.

What it generates

  • Using the rand_image() function of the package images of any dimension with random pixel values can be generated. See an image like this
    here

  • Using the rand_video() function of the package animations of any dimension with random pixel values can be generated. See an animation like this
    here

  • Using the rand_audio() function you can see the sound of randomness. Want to know randomness sounds like? Try the package yourself!

How to install

pip install hijibiji

Requrements

  • numpy
  • matplotlib
  • sounddevice

Caution!

The word random here doesn't mean actual randomness. The package uses Numpy's random subpackage that uses the permuted congruential generator-64 (PCG64) algorithm to generate pseudo random numbers.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages