Skip to content

jagritiS/readmegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README Generator CLI

A simple and powerful command-line tool to generate professional README.md files for your projects in seconds.


Features

  • Interactive CLI prompts
  • Generates clean and structured README files
  • Includes sections like Description, Installation, Usage, License, etc.
  • Beginner-friendly and lightweight
  • Works on Windows, macOS, and Linux

Installation

pip install auto-readme-jagriti==0.1.0

Usage

Run the following command in your project directory:

readmegen

Then answer the prompts:

Project Name:
Description:
Installation command:
Usage command:
Project structure:
Contribution guidelines:
License:

Example Output

# My Project

##  Description
This is a sample project.

##  Installation
pip install myproject

##  Usage
python main.py

##  Contributing
Pull requests are welcome.

##  License
MIT

Project Structure

readmegen/
│
├── readmegen/
│   ├── __init__.py
│   ├── main.py
│   └── generator.py
│
├── pyproject.toml
├── README.md
└── LICENSE

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.


License

This project is licensed under the MIT License.


Author

Developed by Jagriti Srivastava

About

readme generator

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages