Welcome to Readme Genie, a Python script designed to automatically generate a detailed README.md
file with an introduction, usage instructions, and examples based on the provided file content.
The script generates a detailed README.md
file containing:
- An introduction.
- Usage instructions.
- Examples based on the provided file content.
The file is saved under the specified output filename (e.g., README.md
).
- Ensure the input files and API keys are correctly set up before running the script.
- You can customize the generated README by modifying the input files' content.
- Use the
setuptools
package in yourrequirements.txt
to avoid environment-related issues.
This project is licensed under the MIT License. See the LICENSE
file for more details.
Readme Genie uses:
- The official Python 3.12 Docker image.
- The Groq and Cohere APIs for generating README content.
This README was auto-generated using Readme Genie.