Loading repository data…
Loading repository data…
BitReign / repository
ScreenAsk is a Windows background application written in Python that captures screenshots and analyzes them using OpenAI's GPT-4o multimodal AI, combined with voice input and text-to-speech responses.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
ScreenAsk is a Windows background application that captures screenshots and analyzes them using OpenAI's GPT-4o multimodal AI, combined with voice input and text-to-speech responses.
A fun, experimental side project! 🎉 Visit us at sumfx.net
pip install -r requirements.txtpython main.pyCtrl+Shift+S to capture and analyzeScreenAsk/
├── main.py # Entry point
├── src/ # Source code
│ ├── core/ # Core application files
│ ├── handlers/ # Handler classes
│ ├── ui/ # User interface components
│ └── utils/ # Utility classes
├── assets/ # Icons and images
├── scripts/ # Build and run scripts
├── docs/ # Documentation
├── config/ # Configuration templates
└── venv/ # Virtual environment
python scripts/setup.py
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python main.py
scripts/run_screenask_venv.batscripts/run_screenask_venv.ps1 in PowerShellCtrl+Shift+S (hold and speak your question)Configure the application through Settings (5 tabbed sections):
For detailed documentation, installation guides, troubleshooting, and advanced features, see:
This project is open source. Please respect OpenAI's usage policies.
Note: This application requires an OpenAI API key and will incur costs based on OpenAI's pricing for GPT-4o API usage.