Description: A simple Python tool that helps developers create professional README files for their GitHub projects through an interactive command-line interface.
Clone the repository, create a virtual environment with 'python -m venv venv’, Activate the virtual environment, and Install dependencies with 'pip install -r requirements.txt'
Run 'python main.py' and answer the interactive questions. The tool will generate a README.md file with all your project information in the current directory.
This project is licensed under the: MIT License
- Author: David Adam Silva
- Email: davidadamgtr@gmail.com
- LinkedIn: → Click here to connect with me!
“This project was developed as part of the Step8Up Full Stack Web Development Bootcamp's Week 6 coding challenge.”