Astro AI is a Python application that captures screenshots and sends them to a server for processing using Google's Gemini. The application features a custom GUI built with Tkinter and utilizes the pyautogui library for taking screenshots. The processed results are displayed in the application window.
- Take screenshots with a single button click.
- Send screenshots to a specified server URL for processing.
- Display the response from the server in the application window.
- Basic error handling for network issues and server responses.
- Python 3.x
- Required Python packages: (will be installed automatically when running the program)
pyautoguirequestsPillowtkinter(usually included with Python installations)setuptools
-
Download as zip
-
unzip the file
-
run "Astro-Dark.py"
-
Wait for it to automatically install the required libraries