Skip to content

Commit b107512

Browse files
Updating docs
1 parent 5100c83 commit b107512

File tree

1 file changed

+8
-70
lines changed

1 file changed

+8
-70
lines changed

README.md

Lines changed: 8 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -38,98 +38,36 @@ conda install random-profile # using anaconda
3838
```python
3939
from random_profile import RandomProfile
4040
rp = RandomProfile(num=5)
41-
'''
4241

43-
num = Total No. of Name You Want To Print
44-
default is 1
45-
change the num value according to your needs.
46-
'''
47-
# num can be overwritten in the function
48-
49-
# For first name
50-
rp.first_name(num=10)
51-
52-
# For full name
53-
rp.full_name(num=8)
54-
55-
# override the num value
5642
rp.full_profile(num=10)
57-
58-
# For last name
59-
rp.last_name(num=6)
6043
```
6144

45+
for detailed documentation check [here](https://randomprofilegenerator.readthedocs.io/)
46+
6247
### As Command Line Tool
6348

6449
```bash
6550
random-profile --help
6651
Usage: random-profile [OPTIONS]
67-
68-
usage: random_profile [-h] [-n N] [-f | -p | -l | -ip | -j]
69-
70-
optional arguments:
71-
-h, --help show this help message and exit
72-
-n N Number of random profiles
73-
-f, --fullname Get full name instead of first name
74-
-p, --profile Get full profile instead of first name
75-
-l, --lastname Get last name instead of first name
76-
-ip, --ipv4 Get an ipv4 IP address
77-
-j, --jobtitle Get job title
7852
```
7953

8054
```bash
81-
random-profile -n 10 -f # to get 10 full names
82-
random-profile -n 10 -p # to get 10 full profiles
83-
random-profile -n 10 -l # to get 10 last names
84-
random-profile -n 10 -ip # to get 10 ipv4 addresses
85-
random-profile -n 10 -j # to get 10 job titles
55+
random-profile -n 10 -p
8656
```
8757

58+
for detailed documentation check [here](https://randomprofilegenerator.readthedocs.io/)
8859

89-
## Support
60+
## Upcoming Features
9061

91-
Contributors for the Project
92-
[CodePerfectPLus](https://github.com/codePerfectPlus)
93-
...
94-
95-
## Roadmap
96-
97-
what's new in future update
98-
99-
- More Random data will be added to package.
100-
- Variety of Random-Data will increase.
62+
- Support for more languages
10163

10264
## Changelog
10365

104-
v0.2.3
105-
- Flask app added
106-
- Date of Birth Added
107-
- Age added
108-
- Height and Weight Added
109-
- Blood Group and hair color added
110-
- Job title added
111-
- More email domains added
112-
- Bugs Fixed
113-
114-
v0.2.1
115-
- More variation added to the data
116-
- Test cases added
117-
- Created a separate file for data loadings
118-
- Fixed some bugs
66+
Check the [Changelog](/CHANGELOG.md) for the latest changes.
11967

12068
## Contributing
12169

122-
Before submitting a bug, please do the following:
123-
124-
Perform basic troubleshooting steps:
125-
126-
- Make sure you are on the latest version. If you are not on the most recent version, your problem may have been solved already! Upgrading is always the best first step.
127-
- Try older versions. If you are already on the latest release, try rolling back a few minor versions (e.g. if on 1.7, try 1.5 or 1.6) and see if the problem goes away. This will help the devs narrow down when the problem first arose in the commit log.
128-
- Try switching up dependency versions. If the software in question has dependencies (other libraries, etc) try upgrading and downgrading those dependencies as well.
129-
130-
## Authors and acknowledgment
131-
132-
Show your appreciation to those who have contributed to the project.
70+
Check the [Contributing](/CONTRIBUTING.md) for the contribution guidelines.
13371

13472
## License
13573

0 commit comments

Comments
 (0)