Skip to main content

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


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)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page