Name | Gemini-cli-by-Yoru-cyber JSON |
Version |
1.1.0
JSON |
| download |
home_page | |
Summary | A small Python package to use Gemini on your terminal. |
upload_time | 2024-03-18 04:34:26 |
maintainer | |
docs_url | None |
author | Carlos |
requires_python | >=3.6 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<p align="center">Gemini-cli</p>
<p align="center">
<img src="https://img.shields.io/badge/python-3.11+-blue.svg">
</p>
<p align="center">This is a command line tool to use the Gemini API provided by Google cloud.</p>
## Usage
### Install dependencies
#### Clone the respository
```sh
git clone https://github.com/Yoru-cyber/Gemini-cli
```
#### Install dependencies
```sh
pip install -r requirements.txt
```
#### Setup your API key
First you need to have a [Google Cloud API key](https://ai.google.dev/tutorials/python_quickstart#setup_your_api_key) to use Gemini.
Once you have you API key, just create a .env file inside the Gemini-cli folder
#### Create .env
```sh
touch .env
```
#### Adding the key
Now you need to add your key as a variable
```sh
GOOGLE_API_KEY = YOUR KEY GOES HERE
```
You can rename it if you want but then you need to change where it says ***GOOGLE_API_KEY*** on **main.py**
#### Running
Now just execute on the terminal
```sh
python3 main.py
```
That's all ðŸ¤
## Feedback
<p align="center">
<img src="https://media.tenor.com/PrNnVlIkeckAAAAM/chopper-crying.gif">
</p>
<p align="center">All types of positive feedback are welcomed.</p>
<p align="center">This is my first published project hoping that is useful to someone.</p>
<p align="center">Be free to improve or modify.</p>
Raw data
{
"_id": null,
"home_page": "",
"name": "Gemini-cli-by-Yoru-cyber",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "Carlos",
"author_email": "carlosmendez170210@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/bb/08/7a7a537339336ea23064ed925c53e44aaae14215f6aa48eb087b20235eb9/Gemini-cli_by_Yoru-cyber-1.1.0.tar.gz",
"platform": null,
"description": "<p align=\"center\">Gemini-cli</p>\n\n<p align=\"center\">\n<img src=\"https://img.shields.io/badge/python-3.11+-blue.svg\">\n </p>\n\n<p align=\"center\">This is a command line tool to use the Gemini API provided by Google cloud.</p>\n\n## Usage\n\n### Install dependencies\n\n#### Clone the respository\n\n```sh\ngit clone https://github.com/Yoru-cyber/Gemini-cli\n```\n\n#### Install dependencies\n\n```sh\npip install -r requirements.txt\n```\n\n#### Setup your API key\n\nFirst you need to have a [Google Cloud API key](https://ai.google.dev/tutorials/python_quickstart#setup_your_api_key) to use Gemini.\nOnce you have you API key, just create a .env file inside the Gemini-cli folder\n\n#### Create .env\n```sh\ntouch .env\n```\n#### Adding the key\nNow you need to add your key as a variable\n\n```sh\nGOOGLE_API_KEY = YOUR KEY GOES HERE\n```\nYou can rename it if you want but then you need to change where it says ***GOOGLE_API_KEY*** on **main.py**\n\n#### Running\nNow just execute on the terminal\n```sh\npython3 main.py\n```\nThat's all \ud83e\udd20\n\n## Feedback\n\n<p align=\"center\">\n<img src=\"https://media.tenor.com/PrNnVlIkeckAAAAM/chopper-crying.gif\">\n</p>\n\n<p align=\"center\">All types of positive feedback are welcomed.</p>\n<p align=\"center\">This is my first published project hoping that is useful to someone.</p>\n<p align=\"center\">Be free to improve or modify.</p>\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A small Python package to use Gemini on your terminal.",
"version": "1.1.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6cfde9c02841f8da75169ca800533cfccc4013c66d2776ca680ec75314222608",
"md5": "4e18c9bd19c7da59fda07d3e22f26386",
"sha256": "ee44a1e2d7e48b74558ecd2105faa6e54f86b36ad5a258b2ce56f0ed998ef081"
},
"downloads": -1,
"filename": "Gemini_cli_by_Yoru_cyber-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4e18c9bd19c7da59fda07d3e22f26386",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 3592,
"upload_time": "2024-03-18T04:34:25",
"upload_time_iso_8601": "2024-03-18T04:34:25.770673Z",
"url": "https://files.pythonhosted.org/packages/6c/fd/e9c02841f8da75169ca800533cfccc4013c66d2776ca680ec75314222608/Gemini_cli_by_Yoru_cyber-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bb087a7a537339336ea23064ed925c53e44aaae14215f6aa48eb087b20235eb9",
"md5": "64aad78feb4956570f7039aa80898a49",
"sha256": "ce0b55a6ff1c4c2e443c149b15475f12586e7f57f7a772d93af1181f51a8357c"
},
"downloads": -1,
"filename": "Gemini-cli_by_Yoru-cyber-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "64aad78feb4956570f7039aa80898a49",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3123,
"upload_time": "2024-03-18T04:34:26",
"upload_time_iso_8601": "2024-03-18T04:34:26.923464Z",
"url": "https://files.pythonhosted.org/packages/bb/08/7a7a537339336ea23064ed925c53e44aaae14215f6aa48eb087b20235eb9/Gemini-cli_by_Yoru-cyber-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-18 04:34:26",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "gemini-cli-by-yoru-cyber"
}