Skip to main content

A tool to automatically generate README files for your projects.

Project description

English | 简体中文

Contributors Forks Stargazers Issues project_license


Logo

AI-README

🚀 AI-Powered README Generator: Automatically creates Markdown, logos, badges, and more. Never waste hours on docs again!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

AI-Powered README Generator is an AI-powered tool that automatically generates comprehensive Markdown README files for your projects. It crafts well-structured documentation that includes project details, technology stack, setup instructions, usage examples, badges, logos, and more.

Key Features

  • 🤖 AI-Powered READMEs: Generate comprehensive Markdown READMEs instantly.
  • 🔗 Auto Badges: Creates and embeds relevant status badges (contributors, forks, stars, etc.).
  • 🖼️ Smart Logo Design: Crafts a unique project logo automatically.
  • 🧠 Tech Stack Identification: Automatically detects and includes the project's technology stack.
  • 🌐 Context-Aware Intelligence: Tailors content to your project's specific context and needs.

(back to top)

Built With

  • Python
  • OpenAI
  • Rich

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple steps.

Prerequisites

  • Python 3.7+

Installation

  1. Install the package using pip:
    pip install ai-readme-tools
    

Configuration

ai-readme requires API keys for both the Language Model (for generating text) and the Text-to-Image model (for generating logos). You can configure these in one of two ways. Environment variables take precedence.

1. Environment Variables (Recommended for CI/CD)

Set the following environment variables in your shell:

export LLM_API_KEY="your_llm_api_key"       # Required
export T2I_API_KEY="your_t2i_api_key"       # Required

# Optional: Specify custom API endpoints and models
export LLM_BASE_URL="https://api.example.com/v1"
export T2I_BASE_URL="https://api.example.com/v1"
export LLM_MODEL_NAME="your-llm-model"
export T2I_MODEL_NAME="your-t2i-model"

2. Global Config File (Recommended for Local Use)

For convenience, you can create a global configuration file. The tool will automatically look for it.

  1. Create the directory: mkdir -p ~/.aireadme
  2. Create the config file: ~/.aireadme/config.json
  3. Add your credentials and any optional settings. You can also include personal information, which will be used as defaults during interactive prompts:
{
  "LLM_API_KEY": "your_llm_api_key",
  "T2I_API_KEY": "your_t2i_api_key",
  "LLM_BASE_URL": "https://api.example.com/v1",
  "T2I_BASE_URL": "https://api.example.com/v1",
  "LLM_MODEL_NAME": "gpt-4",
    "T2I_MODEL_NAME": "dall-e-3",
    "github_username": "your_github_username",
    "twitter_handle": "your_twitter_handle",
    "linkedin_username": "your_linkedin_username",
    "email": "your_email@example.com"
}

(back to top)

Usage

Once installed, you can use the aireadme package in the command line. To generate your README, run the following:

aireadme

Or you can run the python script directly:

python src/aireadme/cli.py --project-path /path/to/your/project --output-dir /path/to/output

This will:

  1. generate a project_structure.txt file, which contains the project structure.
  2. generate a script_description.json file, which contains the description of the scripts in the project.
  3. generate a requirements.txt file, which contains the requirements of the project.
  4. generate a logo.png file, which contains the logo of the project.
  5. generate a README.md file, which contains the README of the project.

(back to top)

Roadmap

  • Prompt Engineering for Logo Generation
  • Multi-language Support
  • Enhanced AI Descriptions for Project Features

See the open issues for a full list of proposed features (and known issues).

(back to top)

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.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Top contributors:

contrib.rocks image

🎗 License

Copyright © 2024-2025 ai-readme.
Released under the MIT license.

(back to top)

Contact

Email: lintaothu@foxmail.com

Project Link: https://github.com/thu-ailab/ai-readme

QQ Group: 2161023585 (Welcome to join our QQ Group to discuss and get help!)

(back to top)

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

ai_readme_tools-0.2.2.tar.gz (29.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ai_readme_tools-0.2.2-py3-none-any.whl (28.6 kB view details)

Uploaded Python 3

File details

Details for the file ai_readme_tools-0.2.2.tar.gz.

File metadata

  • Download URL: ai_readme_tools-0.2.2.tar.gz
  • Upload date:
  • Size: 29.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.23

File hashes

Hashes for ai_readme_tools-0.2.2.tar.gz
Algorithm Hash digest
SHA256 de0ead1a4f610da75bf410c0ea6740a8487b21cba168202188e6d3594212b996
MD5 c8f3183999dfbf287299328ed53df0a8
BLAKE2b-256 65703b92ababa0160c09b6b03a99176b055fa2722c1da724a20de4084fabcf43

See more details on using hashes here.

File details

Details for the file ai_readme_tools-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for ai_readme_tools-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bd4f44a9f3952d4ceb120e757ae6c499a06d596f091967990ca048a8a558552b
MD5 5d6395829108e75cb03560f5c9df7a5c
BLAKE2b-256 667eff8e33755519039ad4720340285f90f20158c49f0982236c37fcd862c6a3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page