Skip to content

Small n simple linux cli made for generating the hash of the string.

Notifications You must be signed in to change notification settings

IamViditAgarwal/LinuxCliTool-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String Hashing CLI utility

made-with-python PyPI pyversions PRs Welcome HitCount

Small-n-simple command line utility for generating the hash"s of a string.

Some of the supported formats are:

  • md5
  • sha224
  • sha256
  • sha512

Folder Structure

  • __init__.py: The purpose of this file is to let pip know that this is a python package
  • main.py: Now, this file holds the code. In practical scenarios, there are multiple files that contains the code but for now, we can dump all the code in this file.
  • setup.py: This file let pip know the details of this package such as name, version and entrypoints.

Installation

Follow the steps to install the package:

  • In the root level of the repo,
  • Run this: pip3 install -e .
    • -e let the pip to know that this package is in development mode.

Demo Video

demo

About

Small n simple linux cli made for generating the hash of the string.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages