Skip to content

Commit 086825e

Browse files
Update README.md
1 parent cae0233 commit 086825e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ Install with pip in your terminal, making sure Python is added to PATH:
77
$ pip install usefulib
88
```
99

10+
## How to use
11+
All you need to do is import the package, and all usefulibs that you may want will come along with it! As an example:
12+
```python
13+
import usefulib
14+
15+
a_string = "abcdef123456"
16+
reverse_string = usefulib.reverse_string(a_string)
17+
```
18+
1019
## What can it do?
1120
usefulib is open-source and can be contributed to by anyone. Therefore, it offers a lot of simple functions to make writing code easier and quicker. A complete list of all fuctions usefulib provides can be found [here](https://github.com/hamdivazim/usefulib/blob/main/ALLFUNCTIONS.md).
1221

0 commit comments

Comments
 (0)