Skip to content

Commit

Permalink
Merge pull request #34 from BhairuTribrid/dev
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
codeperfectplus authored Oct 28, 2022
2 parents 9ffed41 + 53008d5 commit b8aea08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<img src="https://img.shields.io/pypi/dm/random-profile.svg">
</p>

[RandomProfile](https://pypi.org/project/random-profile/) is a powerful and simple tool to generate fake data. You can use it to mock classes, populate databases and and much more. You can check the full documentation here. Check on [Pypi](https://pypi.org/project/random-profile/)
[RandomProfile](https://pypi.org/project/random-profile/) is a powerful and simple tool to generate fake data. You can use it to mock classes, populate databases and much more. You can check the full documentation here. Check on [Pypi](https://pypi.org/project/random-profile/)

## Installation

Expand All @@ -34,6 +34,7 @@ conda install random-profile # using anaconda
## Documentation

### As Python Module
You can use the RandomProfile as a module in your python code. You can check the full documentation here.

```python
from random_profile import RandomProfile
Expand All @@ -45,6 +46,7 @@ rp.full_profile(num=10)
for detailed documentation check [here](https://randomprofilegenerator.readthedocs.io/)

### As Command Line Tool
You can also use the RandomProfile as a command line tool. You can check the full documentation here.

```bash
random-profile --help
Expand Down

0 comments on commit b8aea08

Please sign in to comment.