Skip to content

alexandrainst/write_a_thing

Write A Thing

Use LLMs to help you write your things.


Documentation PyPI Status License LastCommit Code Coverage Contributor Covenant

Maintainers

Quickstart

The easiest way to use the package is as a uv tool.

First, you should ensure that you have a .env file in your current working directory with the following content:

GEMINI_API_KEY=<your-google-api-key>

You can then start writing documents using the following command:

uvx write-a-thing <your-prompt> [-f <file-to-use-in-document>] [-f <another-file-to-use-in-document>]

This both installs the package and runs the command. You can also replace GEMINI_API_KEY with, e.g., OPENAI_API_KEY, but then you will need to change the LLM model used with the --model option when running the command.

You can see all available arguments by running the following command:

uvx write-a-thing --help

About

Use LLMs to help you write your things.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks