The readme_generator is a command-line interface (CLI) tool written in Python that generates a README.md file for your project. It automatically creates a well-formatted and structured README.md file based on the information you provide about your project.
Markdown argparse
readme_generator.py [-h] --project-name PROJECT_NAME --description DESCRIPTION
all arguments are required: --project-name, --description, --installation, --usage, --contribution, --contact