Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apotursun963 authored Nov 18, 2024
1 parent 5fa02db commit 060edf5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ You can perform conversions between different number systems quickly and accurat
Whether you're doing basic calculations or working on software projects that involve numbers, this library saves you time.
It's an ideal tool for those looking for a simple and effective solution.


Installation
------------
```
pip install praestans
```

Example usage
-------------
```python
Expand Down Expand Up @@ -41,12 +48,8 @@ binary_res = hexa_to_binary(hexa)
print(f"hexa: {hexa} -> binary: {binary_res}")
```



Running test
------------
```
python .\tst.py
```


0 comments on commit 060edf5

Please sign in to comment.