Skip to content

A useful tool that uses generative AI Google Gemini to search, compile and save game codes for popular Roblox games that you search for.

License

Notifications You must be signed in to change notification settings

MaddHub-Official/CodeGrabber

Repository files navigation

Code Grabber

Table of Contents

About

Using Google's Gemini Generative AI this application will automatically find game codes for any Roblox game you prompt and it will save the codes in a text file.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installation

Semi-Automatic Setup

  • Right click the file named: install.ps1 and select Run with Powershell.

Auto-Setup

Manual Setup

Create a new virtual enviroment.

mkdir env
cd env
python3 -m venv env

Using Linux Teminal:

source env/bin/activate

Using Windows Termninal:

env/bin/activate.bat //In CMD

env/bin/Activate.ps1 //In Powershell

Install dependencies

python3 -m pip install -r requirements.txt

Usage

To run open the app with the python interpreter, via Terminal or run the CodeGrabber.cmd file.

python3 app.py

Visit: https://ai.google.dev/ and get your free API Token.

Get API Token[https://ai.google.dev/]

Enter your token and it will be saved for future use.

Enter Token

Enter the name of any Roblox game you want to retrieve codes for.

Getting Codes

About

A useful tool that uses generative AI Google Gemini to search, compile and save game codes for popular Roblox games that you search for.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages