A tool to automatically generate README files for your projects.
Project description
ReadmeCraft
An AI-powered tool for automatically generating professional README.md files for your projects.
·
·
About The Project
ReadmeCraft is a Python-based tool that automates the creation of comprehensive README.md files for software projects. It analyzes your project structure, dependencies, and scripts to generate polished documentation with minimal effort. Key features include:
- Project Analysis: Scans your project directory to understand its structure and components
- AI-Powered Descriptions: Uses LLMs to generate meaningful descriptions for your scripts
- Dynamic README Generation: Populates a professional template with project-specific details
- Logo Generation: Creates minimalist SVG logos for your project documentation
Built With
- Python
- OpenAI API (for LLM integration)
- Rich (for console output formatting)
- Pytest (for testing)
Getting Started
Prerequisites
- Python 3.8+
- OpenAI API key (for full functionality)
- Git (for repository information extraction)
Installation
- Clone the repository
git clone https://github.com/your_username/readmecraft.git
- Install dependencies
pip install -e .
- Configure your OpenAI API key
export OPENAI_API_KEY='your-api-key'
Usage
Run the following command in your project directory:
python -m readmecraft.utils.cli /path/to/your/project
The tool will:
- Analyze your project structure
- Generate script descriptions
- Create a professional README.md file
- Optionally generate a project logo
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt for more information.
Contact
Your Name - @your_twitter - your.email@example.com
Project Link: https://github.com/your_username/readmecraft
Acknowledgments
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file readmecraft-0.1.6.tar.gz.
File metadata
- Download URL: readmecraft-0.1.6.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a290db4d73daddca54530466446cc72f33a76b5444aab6f69e30ea5c285ec98
|
|
| MD5 |
af99653f7aa34918454f7ce5a4684577
|
|
| BLAKE2b-256 |
ac916915fbd6885ccf4f2e5ad96f484b9812ae1cb7c08bc81121a74d28e7fe9d
|
File details
Details for the file readmecraft-0.1.6-py3-none-any.whl.
File metadata
- Download URL: readmecraft-0.1.6-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f494874835864765adf1861510d8ec25cb20e6e3dd30879591575688411eb7c
|
|
| MD5 |
22cf4e434c4e75d21498e72e52fb2335
|
|
| BLAKE2b-256 |
3624dd3f0decd5775204186666a3cb87d3abbe4942e545160332ac4d85d62a55
|