A small Command Line Interface to easily generate a README file with Markdown formatting. Made in Python, with the InquirerPy and Rich libraries.
Clone the repository:
git clone https://github.com/LynaSim/Python_README_Generator.gitSet up a virtual environment:
python -m venv venvActivate the virtual environment:
- Window:
.\venv\Scripts\activate - macOS/Linux:
source venv/bin/activate
- Window:
Install the required dependencies:
pip install -r requirements.txt
- Run main.py
- All prompts require user input and cannot be skipped
- Input validation will stop null or empty string submission
- Multiline input is enabled when appropriate
- Your README.md will be saved in your working directory
GNU General Public License family
Lyna Sim