Metadata-Version: 2.1
Name: mkreadme
Version: 0.4.0
Summary: A cli tool to interactively generate a README file
Home-page: https://pypi.org/project/mkreadme/
License: MIT
Keywords: cli,readme,mkreadme
Author: An Hoang
Author-email: anhoang31415@gmail.com
Requires-Python: >=3.8,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: inquirer (>=2.10.0,<3.0.0)
Requires-Dist: pydantic (>=1.9.2,<2.0.0)
Project-URL: Repository, https://github.com/AnH0ang/mkreadme
Description-Content-Type: text/markdown

# mkreadme

[![PyPI version](https://badge.fury.io/py/mkreadme.svg)](https://badge.fury.io/py/mkreadme)
[![Python version](https://img.shields.io/badge/python-≥3.8-blue.svg)](https://pypi.org/project/kedro/)
[![Release Pipeline](https://github.com/AnH0ang/mkreadme/actions/workflows/release.yml/badge.svg)](https://github.com/AnH0ang/mkreadme/actions/workflows/release.yml)
[![Code Quality](https://github.com/AnH0ang/mkreadme/actions/workflows/code_quality.yml/badge.svg)](https://github.com/AnH0ang/mkreadme/actions/workflows/code_quality.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/AnH0ang/nbenumerate/blob/master/LICENCE)
![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)

## 📝 Description

`mkreadme` is a cli tool for interactive creation of a `README.md` file. It was inspired by [readme.so](https://readme.so/). You can choose from different `README` sections, which are then merged into a complete document.

## ⚙️ Installation

Install `mkreadme` with `pip`

```bash
  pip install mkreadme
```

## 💡 Usage Examples

To interactively create a README file with `mkreadme`, run

```console
mkreadme --filename README.md
```

## 🖼️ Screenshots

![App Screenshot](static/Screenshot.png)

