# LLM Key
LLM Key makes it easy to use an LLM, like chatgpt or grok, throughout your desktop by adding shortcuts that run everywhere.
The most basic use case is form asking an LLM questions when they come to mind. LLM Key will call the LLM in the background and popup a window when it is done. It also copies the answer to the clipboard to be pasted straight away.
You can also copy text to the clipboard and use it in LLM queries.
![How to use LLM Key](./demo.gif)
# Installation
LLM Key is hosted on [pypi](https://pypi.org/project/llmkey/)
In a terminal run:
```bash
sudo apt-get install pipx
pipx install llmkey
llm-key
```
# Me
If you like this is you can
* Follow me on twitter <a href="https://x.com/readwithai">@readwithai</a></li>
* Read what I have to say <a href="https://readwithai.substack.com">on substack</a></li>
* Pay me 5 dollars on substack: <a href="https://ko-fi.com/readwithai">ko-fi.com</a></li>
Raw data
{
"_id": null,
"home_page": "https://github.com/talwrii/llmkey",
"name": "llmkey",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "LLM, GPT, clipboard",
"author": "Read with ai",
"author_email": "readwithai@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/5e/6e/0cb4e8cf78f83d7353078b500f6b7ef20b28aa64feae4c1962a9dda33399/llmkey-6.0.tar.gz",
"platform": null,
"description": "# LLM Key\nLLM Key makes it easy to use an LLM, like chatgpt or grok, throughout your desktop by adding shortcuts that run everywhere.\n\nThe most basic use case is form asking an LLM questions when they come to mind. LLM Key will call the LLM in the background and popup a window when it is done. It also copies the answer to the clipboard to be pasted straight away.\n\nYou can also copy text to the clipboard and use it in LLM queries.\n\n![How to use LLM Key](./demo.gif)\n\n# Installation\nLLM Key is hosted on [pypi](https://pypi.org/project/llmkey/)\n\nIn a terminal run:\n\n```bash\nsudo apt-get install pipx\npipx install llmkey\nllm-key\n```\n# Me\nIf you like this is you can\n\n* Follow me on twitter <a href=\"https://x.com/readwithai\">@readwithai</a></li>\n* Read what I have to say <a href=\"https://readwithai.substack.com\">on substack</a></li>\n* Pay me 5 dollars on substack: <a href=\"https://ko-fi.com/readwithai\">ko-fi.com</a></li>\n",
"bugtrack_url": null,
"license": "MIT",
"summary": null,
"version": "6.0",
"project_urls": {
"Homepage": "https://github.com/talwrii/llmkey"
},
"split_keywords": [
"llm",
" gpt",
" clipboard"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5e6e0cb4e8cf78f83d7353078b500f6b7ef20b28aa64feae4c1962a9dda33399",
"md5": "f40cfaf702047038fd15e2e2f687196a",
"sha256": "3c7660623bb4ed70f60b5fe7e1594cc375ce4e8c90297b25c716ba83a7a8adb2"
},
"downloads": -1,
"filename": "llmkey-6.0.tar.gz",
"has_sig": false,
"md5_digest": "f40cfaf702047038fd15e2e2f687196a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 18493,
"upload_time": "2024-12-13T01:49:08",
"upload_time_iso_8601": "2024-12-13T01:49:08.205457Z",
"url": "https://files.pythonhosted.org/packages/5e/6e/0cb4e8cf78f83d7353078b500f6b7ef20b28aa64feae4c1962a9dda33399/llmkey-6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-13 01:49:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "talwrii",
"github_project": "llmkey",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "keybind",
"specs": []
}
],
"lcname": "llmkey"
}