Skip to content

Commit

Permalink
Merge pull request #28 from codePerfectPlus/doc-patch
Browse files Browse the repository at this point in the history
Creating useful badge
  • Loading branch information
DrakeEntity authored Oct 19, 2022
2 parents 4d883f2 + 56c8e4b commit eebadae
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@

<h4 align="center">Python Module To Generate Random Profile Data</h4>

<p align="center">
<img src="https://img.shields.io/pypi/v/random-profile.svg">
<img src="https://img.shields.io/pypi/pyversions/random-profile.svg">
<img src="https://img.shields.io/pypi/l/random-profile.svg">
</p>
<p align="center">
<img src="https://img.shields.io/pypi/dd/random-profile.svg">
<img src="https://img.shields.io/pypi/dw/random-profile.svg">
<img src="https://img.shields.io/pypi/dm/random-profile.svg">
</p>

[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/)

## Installation
Expand Down
11 changes: 11 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@

<h4 align="center">Python Module To Generate Random Profile Data</h4>

<p align="center">
<img src="https://img.shields.io/pypi/v/random-profile.svg">
<img src="https://img.shields.io/pypi/pyversions/random-profile.svg">
<img src="https://img.shields.io/pypi/l/random-profile.svg">
</p>
<p align="center">
<img src="https://img.shields.io/pypi/dd/random-profile.svg">
<img src="https://img.shields.io/pypi/dw/random-profile.svg">
<img src="https://img.shields.io/pypi/dm/random-profile.svg">
</p>

[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/)

## Installation
Expand Down

0 comments on commit eebadae

Please sign in to comment.