A fun Hash library.
Project description
Minting a string:
import Dino #Imports DinoMint
print(Dino.Parvus("string")) #Prints Small Mint
print(Dino.Magnum("string")) #Prints Big Mint
Minting a file:
import Dino #Imports DinoMint
file = "file.txt" #The file you want to Mint
print(Dino.Parvus(open(file,'rb').read())) #Prints Small Mint
print(Dino.Magnum(open(file,'rb').read())) #Prints Big Mint
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
DinoHash-0.7-py3-none-any.whl
(7.1 kB
view hashes)