Skip to main content

A CLI tool to generate documents related to user projects

Project description

autodocz

autodocz is a lightweight Python package that generates project documentation files such as README.md, LICENSE, and a professional project REPORT.docx using a simple CLI interface.

Whether you're kickstarting a new project or preparing for submission, autodocz helps automate and standardize your documentation process.


📦 Installation

You can install autodocz directly from PyPI:

pip install autodocz

🔑 Configuration

Before using autodocz, you must provide your GROQ API key so the tool can interact with the Groq chat service. You can supply the key in one of two ways:

  1. Environment variable (recommended):

    export GROQ_API_KEY="your_groq_api_key_here"
    
    • On Windows PowerShell:
      $env:GROQ_API_KEY = "your_groq_api_key_here"
      
  2. CLI flag: pass it when you run the command:

    autodocz generate all --api-key your_groq_api_key_here
    

If you do not provide a key, autodocz will exit with an error and prompt you to set one.


🚀 Usage

After installation and configuration, you can use the CLI tool via the terminal.

Generate a Specific Document

autodocz generate readme

Generates a README.md file.

autodocz generate license

Generates a LICENSE file.

autodocz generate report

Generates a professional REPORT.docx file (in MS Word format).

Generate All Documents

autodocz generate all

Generates all three files: README.md, LICENSE, and REPORT.docx.

Specify Output Filename/Path

autodocz generate readme -o MyReadme.md

📁 Output Files

  • README.md — Standard project introduction with sections like Installation, Usage, Features, etc.
  • LICENSE — A default license template.
  • REPORT.docx — A formal report document containing project summary, introduction, features, future work, contributions, etc.

🛠️ Requirements

  • Python 3.9+
  • A valid GROQ API key

🤝 Author

Made with ❤️ by Fatima Mansoor
fatima.mansoorali03@gmail.com


📌 Example

$ autodocz generate report --api-key {apikey} Generated REPORT.docx

Happy documenting! 📝

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

autodocz-3.4.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

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

autodocz-3.4-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file autodocz-3.4.tar.gz.

File metadata

  • Download URL: autodocz-3.4.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.8

File hashes

Hashes for autodocz-3.4.tar.gz
Algorithm Hash digest
SHA256 f45957bbf836b0ebab094c4a05508c4b75d900b017a6e822f3fc5ef9e92d241a
MD5 5fe0f940303ad75c658f84bab05ff858
BLAKE2b-256 85e686e27a6bec14ea8e6b61f526da4578f1c499e09f98030e83be32aa24e9af

See more details on using hashes here.

File details

Details for the file autodocz-3.4-py3-none-any.whl.

File metadata

  • Download URL: autodocz-3.4-py3-none-any.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.8

File hashes

Hashes for autodocz-3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 daecc4556b83e3c7dffcc53656c6ee909e34229de537a8d2836beae4eb8788f3
MD5 f0990bd4670135b2ca1df0dc6076a0e9
BLAKE2b-256 11a4c7d38e0df61a85ce30c644ddba897f3a195c7c243175f100272c7ae3b965

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