A simple and powerful command-line tool to generate professional README.md files for your projects in seconds.
- 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
pip install auto-readme-jagriti==0.1.0Run the following command in your project directory:
readmegenThen answer the prompts:
Project Name:
Description:
Installation command:
Usage command:
Project structure:
Contribution guidelines:
License:
# My Project
## Description
This is a sample project.
## Installation
pip install myproject
## Usage
python main.py
## Contributing
Pull requests are welcome.
## License
MITreadmegen/
│
├── readmegen/
│ ├── __init__.py
│ ├── main.py
│ └── generator.py
│
├── pyproject.toml
├── README.md
└── LICENSE
Contributions are welcome! Feel free to open issues or submit pull requests.
This project is licensed under the MIT License.
Developed by Jagriti Srivastava