Skip to content

Commit 33b19a0

Browse files
Update README.md
1 parent f8e0df5 commit 33b19a0

File tree

1 file changed

+73
-1
lines changed

1 file changed

+73
-1
lines changed

README.md

+73-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,73 @@
1-
# random-data-generator
1+
<h1 align="center">Welcome to 💽 random-data-generator 👋</h1>
2+
<p>
3+
<a href="https://github.com/TheForgotensoul/random-data-generator/blob/master/README.md" target="_blank">
4+
<img alt="Version" src="https://img.shields.io/badge/version-v0.1-blue.svg?cacheSeconds=2592000" />
5+
<img alt="Development" src="https://img.shields.io/badge/development-Inprogress-green.svg?cacheSeconds=2592000" />
6+
<img alt="python" src="https://img.shields.io/badge/python-3.8-brightgreen.svg?cacheSeconds=2592000" />
7+
</a>
8+
<a href="https://github.com/TheForgotensoul/random-data-generator/blob/master/README.md" target="_blank">
9+
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
10+
</a>
11+
<a href="https://github.com/TheForgotensoul/random-data-generator/blob/master/LICENSE" target="_blank">
12+
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
13+
</a>
14+
<a href="https://twitter.com/theforgotensoul" target="_blank">
15+
<img alt="Twitter: theforgotensoul" src="https://img.shields.io/twitter/follow/theforgotensoul.svg?style=social" />
16+
</a>
17+
</p>
18+
19+
> Generates random data which contains names, phone numbers and emails this repository also generates Indian names, phones numbers
20+
21+
### 🏠 [Homepage](https://github.com/TheForgotensoul/random-data-generator)
22+
23+
### [Demo](https://github.com/TheForgotensoul/random-data-generator)
24+
25+
Step 1:
26+
![step_1](https://raw.githubusercontent.com/TheForgotensoul/random-data-generator/master/img/step_1.png)
27+
Step 2:
28+
![step_2](https://raw.githubusercontent.com/TheForgotensoul/random-data-generator/master/img/step_2.png)
29+
Step 3:
30+
![step_3](https://raw.githubusercontent.com/TheForgotensoul/random-data-generator/master/img/step_3.png)
31+
32+
## Install
33+
34+
```sh
35+
For Windows: Download from the repository
36+
For Linux: git clone https://github.com/TheForgotensoul/pypdf.git
37+
38+
cd to the folder in cmd(terminal) and run:
39+
pip install -r requirements.txt
40+
```
41+
42+
## Usage
43+
44+
```sh
45+
cd random-data-generator-master (Ex: cd /home/toto/Desktop/random-data-generator-master)
46+
47+
# Then run:
48+
python main.py
49+
```
50+
51+
## Author
52+
53+
👤 **theforgotensoul**
54+
55+
- Twitter: [@theforgotensoul](https://twitter.com/theforgotensoul)
56+
- Github: [@theforgotensoul](https://github.com/theforgotensoul)
57+
58+
## 🤝 Contributing
59+
60+
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/TheForgotensoul/random-data-generator/issues).
61+
62+
## Show your support
63+
64+
Give a ⭐️ if this project helped you!
65+
66+
## 📝 License
67+
68+
Copyright © 2020 [theforgotensoul](https://github.com/theforgotensoul).<br />
69+
This project is [MIT](https://github.com/TheForgotensoul/random-data-generator/blob/master/LICENSE) licensed.
70+
71+
---
72+
73+
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_

0 commit comments

Comments
 (0)