A Tkinter-based GUI for interacting with the Nomi.ai API.
- Encoded (not encrypted) API key storage (base64 encoded, stored locally)
- Persistent color customization for chat output and background
- Select and chat with your Nomis (AI agents)
- Test API connection on startup
- All settings (encoded API key, colors, background) are saved in a single JSON config file
-
Run the app
Double-click the executable. -
Enter your API key
Click the "API Key" button and enter your Nomi.ai API key. -
Select a Nomi
Click "Select Nomi" and choose from your available Nomis. -
Chat
Type your message in the chat box and press Enter or click "Send". -
Customize Colors
Click "Color Options" to set chat and background colors. Your choices are saved. -
Test Connection
Click "Test Connection" to verify your API key and connectivity. -
About
Click the "?" button for information about the app.
All settings (API key, color choices, background) are saved in nomi_tools_config.json in the same directory as the script/executable.
The file is created when you run the program.
- The API key is stored base64 encoded (not encrypted).
- Color and background settings persist between sessions.






