# 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
```
# Usage
- Ctrl-Alt-o propmts you for a query and runs it.
- Ctrl-Alt-c runs a query on the clipboard
- Ctrl-Alt-m displays a menu of options
- You can click on the L icon in the system tray for settings
## Menu
Ctrl-Alt-m s -- Open settings
Ctrl-Alt-m p -- Peak at the results so far
Ctrl-Alt-m d -- Close the last result window
Ctrl-Alt-m w -- Open a previous window
# 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/55/df/7371bbdfa183a354218a98352622f4faf3b134a9ca24a327b01884fa5782/llmkey-7.1.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\n# Usage\n\n- Ctrl-Alt-o propmts you for a query and runs it.\n- Ctrl-Alt-c runs a query on the clipboard\n- Ctrl-Alt-m displays a menu of options\n- You can click on the L icon in the system tray for settings\n\n## Menu \n\nCtrl-Alt-m s -- Open settings\nCtrl-Alt-m p -- Peak at the results so far\nCtrl-Alt-m d -- Close the last result window\nCtrl-Alt-m w -- Open a previous window\n\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": "7.1",
"project_urls": {
"Homepage": "https://github.com/talwrii/llmkey"
},
"split_keywords": [
"llm",
" gpt",
" clipboard"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "55df7371bbdfa183a354218a98352622f4faf3b134a9ca24a327b01884fa5782",
"md5": "bfc4a78fb4b1acb972e1b5c9e8c69267",
"sha256": "869bb9d95e59f64391b950ac4447efde3a2454bf001717bd344b9e6538b3efb1"
},
"downloads": -1,
"filename": "llmkey-7.1.tar.gz",
"has_sig": false,
"md5_digest": "bfc4a78fb4b1acb972e1b5c9e8c69267",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 19907,
"upload_time": "2024-12-29T19:15:59",
"upload_time_iso_8601": "2024-12-29T19:15:59.845048Z",
"url": "https://files.pythonhosted.org/packages/55/df/7371bbdfa183a354218a98352622f4faf3b134a9ca24a327b01884fa5782/llmkey-7.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-29 19:15:59",
"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"
}