You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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/)
20
+
[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/)
21
21
22
22
## Installation
23
23
@@ -32,6 +32,7 @@ conda install random-profile # using anaconda
32
32
## Documentation
33
33
34
34
### As Python Module
35
+
You can use the RandomProfile as a module in your python code. You can check the full documentation here.
35
36
36
37
```python
37
38
from random_profile import RandomProfile
@@ -58,6 +59,7 @@ rp.last_name(num=6)
58
59
```
59
60
60
61
### As Command Line Tool
62
+
You can also use the RandomProfile as a command line tool. You can check the full documentation here.
0 commit comments