Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 38b6bf1

Browse files
authored
Update README.md
1 parent 329a388 commit 38b6bf1

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Python SHA-256 Implementation
22

3-
This repository contains a Python implementation of the SHA-256 algorithm.
4-
You can try it out by running [Main.py](Main.py).
3+
This repository provides a Python implementation of the SHA-256 hashing algorithm.
4+
5+
## Installation
6+
You can easily install the package via `pip`:
7+
```bash
8+
pip install lu77U-SHA256
9+
```
10+
11+
## Usage
12+
Once installed, you can start using the tool directly from the command line. For help and available options, run:
13+
```bash
14+
lu77U-SHA256 --help
15+
```
516

617
<p align="right">
718
<img src="https://wakatime.com/badge/user/f5bf5341-405c-480f-bd76-40a5c1a8ada9/project/b4aa1df9-78ec-4e43-a081-e927ddbb4394.svg" alt="WakaTime Repo Image" />
8-
</p>
19+
</p>

0 commit comments

Comments
 (0)