Skip to main content

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 Simple Game SoftwareApkDev 1
Gemini TXT Analyser SoftwareApkDev 1
Gemini PDF Analyser SoftwareApkDev 1
Gemini Code Generator SoftwareApkDev 1
Gemini Match Word Puzzle SoftwareApkDev 1
Gemini Random Generator SoftwareApkDev 1
Gemini CLI Planet Adventure GlobalCreativeApkDev 1
Gemini CLI Creature Hunter GlobalCreativeApkDev 1

How to Add Your Downloadable App?

  1. Enter the name of your app on a new line in the file apps.txt.
  2. 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

  1. Create a fork or a new branch and then merge it to master branch of this repository.
  2. 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:

  1. Python installed in your device.
  2. .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.

Main Menu

You can now do one of the following by following the instructions shown in the command prompt.

  1. Install an app.
  2. Run an app you have installed.
  3. Uninstall an app.

Install an App

Once you chose to install an app, you can enter the name of the app of your choice.

Install App

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.

Run Installed App

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.

Uninstall App

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

gemini_ai_app_downloader-1.8.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

gemini_ai_app_downloader-1.8-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page