This a simple Python script which helps with the creation of README.md files for software projects. It prompts users to input project details such as the project name, author name, description, additional features, and credits. Users can choose between three types of README formats:
- Simple : Provides a basic structure with project overview and table of contents.
- Detailed : Includes detailed sections on features and credits, in addition to project overview.
- Documentation : Offers comprehensive documentation structure including installation instructions, usage examples, technology stack, and credits.
- To run the script, you'll need to have Python installed on your system. You can download it from here.
- Download, clone, or fork this repository.
- Open your terminal & navigate to the project folder
- Run the script using the command
python3 main.py