generate microcode(these are sort of like qrcode but have someother uses)
Project description
pyMicroCode 7.0.0
It's a module to generate microcode(these are sort of like qrcode but have someother uses)
Features
- Easy to use.
- Have a lot of customisation freedom.
- Secure(AES).
- Data Compression.
Examples
import pyMicroCode
mc = pyMicroCode.MicroCode()
Write : write()
args :
file_name = > name of the file to save.
data_ = > data which will be saved.
password = > password to read the file.
mode="normal" = > mode (safe/normal).
size=(200,200) = > size of the MicroCode.
start_pos=(0,0) = > where to start the data writing.
dim_brightness=0 = > to decrease the color brightness.
brightness=0 = > to increase the color brightness.
vertical_spacing=0 = > to add spacing vertically.
spacing=0 = > horizontal spacing.
mc.write("Hello_world.png","HI","my_pass")
Read :
args :
file_name = > file to read.
password = > password of the MicroCode.
mode="normal" = > mode in which the MicroCode was created.
start_pos=(0,0) = > at which pos the msg starts.
dimed_brightness=0 = > decreased brightness.
brightness=0 = > increased brightness.
Read()
mc.Read("Hello_world.png","my_pass")
License
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyMicroCode-7.0.0.tar.gz
(4.2 kB
view details)
File details
Details for the file pyMicroCode-7.0.0.tar.gz
.
File metadata
- Download URL: pyMicroCode-7.0.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0566001828dcba9f4b779732042227386f22e4a4af6bc82c0bf61aadffc6058b |
|
MD5 | 27be21270783c4e0dc4f750f4b97deaf |
|
BLAKE2b-256 | 626616ac6954c98e321c7051d09f75f4152a11ac924879a22f8bf78daba7975b |