This package contains implementation of a random generator with Google Gemini AI integrated into it.
Project description
gemini_random_generator
Gemini Random Generator is a random generator which can generate random texts, with Google Gemini AI integrated into it.
Source Code
The source code of the application Gemini Random Generator is available in Source Code.
Installation
pip install gemini_random_generator
How to Use the Application?
Pre-requisites:
- Python installed in your device.
- .env file in the same directory as <GEMINI_RANDOM_GENERATOR_DIRECTORY> and has the value of GEMINI_API_KEY.
cd <GEMINI_RANDOM_GENERATOR_DIRECTORY>
python3 gemini_random_generator.py
Note: Replace <GEMINI_RANDOM_GENERATOR_DIRECTORY> with the path to the directory of the application Gemini Random Generator.
Then, the application will start with something looking like in the screenshot below.
You will then be asked to input the following values.
- Temperature - between 0 and 1 inclusive
- Top P - between 0 and 1 inclusive
- Top K - at least 1
- Max output tokens - at least 1
The following screenshot shows what is displayed after inputting the mentioned values.
You will be required to input the path to the .rndgen file you want to parse. Then, you will be asked to enter the path of the text file you want the randomly generated text to be placed in.
After that, the text file containing the randomly generated text will be created.
Then, you will be asked whether you want to continue using the application or not. Enter "Y" for yes. Enter anything else for no.
Output Text File
The output text file containing randomly generated text looks like below.
.rndgen File
An .rndgen file is a script containing text with some variables to be replaced with random texts. Such variables are the words enclosed in ${}. Below are some screenshots of how .rndgen files look like.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gemini_random_generator-1.tar.gz
.
File metadata
- Download URL: gemini_random_generator-1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.31.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdf129a374fcc3a3dbb7df3370386333b8c05476910811e535e02a6b03431113 |
|
MD5 | a032a0d9ee54a62330a133f807b30a4c |
|
BLAKE2b-256 | 22bbaf44a9df6ada14aa245e706903c5d5847eef3cc551a2d125e5b12595d987 |
Provenance
File details
Details for the file gemini_random_generator-1-py3-none-any.whl
.
File metadata
- Download URL: gemini_random_generator-1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.31.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fbbe0978cc02b6b3ab1c510be7a1296628fdb48ce09434e62aacd6d3609d54c |
|
MD5 | 58441b080560862024fbe00d12567d97 |
|
BLAKE2b-256 | 53cfa0e5f550b94451de5618fef0ac4b6a3b56446ea7c56c7ec19e12f600106f |