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 much more. You can check the full documentation here. Check on [Pypi](https://pypi.org/project/random-profile/)
34
34
35
+
```sh
36
+
pip install random-profile
37
+
```
35
38
36
39
## Documentation
37
40
38
-
Documentation is available at [ReadTheDocs](https://randomprofilegenerator.readthedocs.io/en/latest/)
41
+
Full Documentation is available at [ReadTheDocs](https://randomprofilegenerator.readthedocs.io/en/latest/)
39
42
40
43
## Upcoming Features
41
44
42
-
- Support for more languages
45
+
- More Data Fields
46
+
- More Data Types
47
+
- Make it more user friendly and easy to use
48
+
- Make it more efficient and faster
49
+
- Cython Support
43
50
44
51
## Changelog
45
52
@@ -51,10 +58,14 @@ Check the [Contributing](/CONTRIBUTING.md) for the contribution guidelines.
51
58
52
59
## License
53
60
54
-
The project is licensed under the <ahref="/LICENSE">MIT</a> license.
61
+
The project is licensed under the <ahref="/LICENSE">MIT</a> license.
0 commit comments