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/)
22
+
[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/)
23
23
24
24
## Installation
25
25
@@ -34,6 +34,7 @@ conda install random-profile # using anaconda
34
34
## Documentation
35
35
36
36
### As Python Module
37
+
You can use the RandomProfile as a module in your python code. You can check the full documentation here.
37
38
38
39
```python
39
40
from random_profile import RandomProfile
@@ -45,6 +46,7 @@ rp.full_profile(num=10)
45
46
for detailed documentation check [here](https://randomprofilegenerator.readthedocs.io/)
46
47
47
48
### As Command Line Tool
49
+
You can also use the RandomProfile as a command line tool. You can check the full documentation here.
0 commit comments