Metadata-Version: 2.2
Name: gemini-in-shell
Version: 0.1.0
Summary: CLI tool through which you can query the Gemini model
Home-page: https://github.com/prtksh/Gemini-In-Shell
Author: Pratiksha Naik
Author-email: naikprtksh@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: google-generativeai
Requires-Dist: argparse
Requires-Dist: grpcio==1.60.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# Gemini-In-Shell

A Python script that you can download and run in your terminal to access Gemini (model: 1.5-Pro on the free tier), for a chat or query. Only textual content to-and-fro (for now).

> [!WARNING]  
> This project is made to run on Linux systems. You need to have a GEMINI-API-KEY already in your environment (or .bashrc) file for you to connect to Gemini.
