An open API service indexing awesome lists of open source software.

https://github.com/napattnpp/bb64u8

Image encode/decode
https://github.com/napattnpp/bb64u8

image image-decoding image-encoding

Last synced: 2 months ago
JSON representation

Image encode/decode

Awesome Lists containing this project

README

        

### Usage
- Cloen repository ```git clone https://github.com/Napattnpp/BB64U8.git```
- Import
- Under BB64U8 ```from Module.bb64u8 import BB64U8```
- Outside BB64U8 ```from BB64U8.Module.bb64u8 import BB64U8```

- Copy module file to your project (optional)```cp ./BB64U8/Module/bb64u8.py ```