Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 570 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 570 Bytes

Generate_Readme

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.

Dependencies

Markdown argparse

Usage

readme_generator.py [-h] --project-name PROJECT_NAME --description DESCRIPTION

all arguments are required: --project-name, --description, --installation, --usage, --contribution, --contact