This package contains implementation of the downloader of applications with Google Gemini AI integrated into them.
Project description
gemini_ai_app_downloader
An app which can be used to easily download any apps with Google Gemini AI integrated into them.
Downloadable Apps
Name | Author | Latest Version |
---|---|---|
Gemini Sample Game | GlobalCreativeApkDev | 1.2 |
How to Add Your Downloadable App?
- Enter the name of your app on a new line in the file apps.txt.
- Ensure that the name of the app you entered is already available as a PyPi project, with the format containing at least like below, where [your_app_name] is the name of your app and [entry_point_name] is the name of the entry point of your app.
[your_app_name]
----└── [your_app_name]
--------├── [entry_point_name].py
----├── setup.py
- Create a fork or a new branch and then merge it to master branch of this repository.
- Add the app to Downloadable Apps section of this document.
Source Code
The source code of the application Gemini AI App Downloader is found in main.py.
Installation
pip install gemini-ai-app-downloader
How to Use the Application?
Pre-requisites:
- Python installed in your device.
- .env file in the same directory as <GEMINI_AI_APP_DOWNLOADER_DIRECTORY> and has the value of GEMINI_API_KEY.
First, open a Terminal or Command Prompt window and run the following commands.
cd <GEMINI_AI_APP_DOWNLOADER_DIRECTORY>
python3 main.py
Note: Replace <GEMINI_AI_APP_DOWNLOADER_DIRECTORY> with the path to the directory of the application Gemini AI App Downloader.
Then, the application will start with something looking like in the screenshot below.
You can now do one of the following by following the instructions shown in the command prompt.
- Install an app.
- Run an app you have installed.
- Uninstall an app.
Install an App
Once you chose to install an app, you can enter the name of the app of your choice.
Running an Installed App
Once you chose to play an app you have installed, you can enter the name of the app of your choice.
Then, the app of your choice is started.
Uninstall an App
Once you chose to uninstall an app, you can enter the index of the app of your choice.
Project details
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
Hashes for gemini_ai_app_downloader-1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1d6013ceb2fd21a7094712b8d181eb571ec75f6fb6bf044b9d19c279b415b5e |
|
MD5 | 06301aff56bc0f6b1a1cae810fa2f260 |
|
BLAKE2b-256 | 606abdae1837e38a895025517f74db63f5f8ad92de2791f5c3ff8278693fd88c |
Hashes for gemini_ai_app_downloader-1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0c3a26c802fbcd6d93d4a0aa0bf6af5a7ae668025422071d736033c081a487d |
|
MD5 | 5057a3fc80819384952071e42cbbc5a7 |
|
BLAKE2b-256 | c0a2595a3c4e0db977150afc42bbbbcfe4058e896a39c7ec394604f23fd70556 |