Metadata-Version: 2.1
Name: readme-generator
Version: 0.0.1
Summary: Very simple readme generator
Home-page: https://github.com/piotrostr/readme_generator
Author: Piotr Ostrowski
Author-email: piotr.ostrowski@aol.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE


<h1 align="center">
  README.md generator :page_with_curl:
</h1>
<br />

this just generates README.md's like that, just

```python
from generate import generate_readme

generate_readme(title, description, repo_name, github_handle)
```

and it generates `GENERATED.md`

<br />
<div align="center">
  <a href="https://github.com/piotrostr/readme_generator/blob/HEAD/MIT">
    <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="mit" />
  </a>
  <a href="https://github.com/piotrostr/readme_generator/actions/workflows/main.yml">
    <img src="https://github.com/piotrostr/readme_generator/actions/workflows/main.yml/badge.svg" />
  </a>
  <a href="https://www.codefactor.io/repository/github/piotrostr/readme_generator">
    <img src="https://www.codefactor.io/repository/github/piotrostr/readme_generator/badge" alt="CodeFactor" />
  </a>
  <a href="https://codecov.io/gh/piotrostr/readme_generator">
    <img src="https://codecov.io/gh/piotrostr/readme_generator/branch/main/graph/badge.svg?token=HqRHjhWOXT"/>
  </a>
  <a href="https://en.cryptobadges.io/donate/0x2eD29d982B0120d49899a7cC7AfE7f5d5435bC97">
    <img src="https://camo.githubusercontent.com/e96ba7a90d666c76a314e022e072252435a4b271d63b5959e0d4cd7fdbb1032e/68747470733a2f2f656e2e63727970746f6261646765732e696f2f62616467652f6d6963726f2f307865386364663032656664386162306134393064376232636231333535333338396339626339333265" alt="donate-eth" />
  </a>
</div>


