Helper for GeoGuessr training using OpenAI
Project description
GGAI
Helper for GeoGuessr training using OpenAI
Table of Contents
Prerequisites
- macOS
- Python 3.10 and above
Install
- with brew
brew tap rioriost/ggai
brew install ggai
Usage
ggai --help
usage: ggai [-h] [-k KEY] [-m MODEL] [-f FILENAME]
ggai
options:
-h, --help show this help message and exit
-k KEY, --key KEY OpenAI API key
-m MODEL, --model MODEL
OpenAI Model to use, default: gpt-4o
-f FILENAME, --filename FILENAME
Filename for screencapture
Setup
Create a quickaction with Automator.
And, put a script with API key for OpenAI.
result=$(/opt/homebrew/bin/ggai -k "sk-proj-......")
osascript <<EOD
display dialog "$(echo "$result" | sed 's/"/\\"/g')" buttons {"OK"} default button 1
EOD
After saving the quickaction as 'ggai', you can call it from 'Services...' menu.
Release Notes
0.1.6 Release
- Improved prompt
0.1.5 Release
- Improved prompt
0.1.4 Release
- Improved prompt
0.1.3 Release
- Fixed package size
0.1.2 Release
- Added detailed README
0.1.1 Release
- Initial release
License
MIT License
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
ggai-0.1.6.tar.gz
(3.5 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ggai-0.1.6-py3-none-any.whl
(6.7 kB
view details)
File details
Details for the file ggai-0.1.6.tar.gz.
File metadata
- Download URL: ggai-0.1.6.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8aa0cde6a73561d83d3fa29992f57c7be9219289790aa922d92ee3c97d540a87
|
|
| MD5 |
54e07a17eedb554fa1fa9e2313cb4043
|
|
| BLAKE2b-256 |
bdd62bf89386e79e808be121485f3f1c6757b940f6599fda868f71ca5c0f9ebe
|
File details
Details for the file ggai-0.1.6-py3-none-any.whl.
File metadata
- Download URL: ggai-0.1.6-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4fdf38de72dd494a7ec7b6e40efb6f0a6351d66dd27944ed33049f945549af5
|
|
| MD5 |
a1690af7b6e5d41c00f9e35b33a2c158
|
|
| BLAKE2b-256 |
77878320f972ec7f58be652ea3fa74f4d2512764ff5a726377fa68614f7d554f
|