У нас вы можете посмотреть бесплатно Over-engineering a Proximity Chat reader with Python & AI или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
I got bored and decided to see if I could write a Python script that "plays" the game with me. This is "Good Boy"—a little side project that uses screen reading (OCR) to turn visual UI elements into audio cues. It’s not that deep, just a fun idea. 📂 GET THE CODE (Open Source): https://github.com/WiredGeist/GoodBoy 🐶 HOW IT WORKS Basically, I wanted to see if I could automate reading names so I didn't have to look at my second monitor. The Eyes: Uses MSS for screen capture and RapidOCR to read text from the Proximity Chat and Death Screen. The Brain: Cross-references the text with a JSON list (currently set up for community bounty lists) and uses Google Gemini to summarize data. The Voice: Uses Text-to-Speech to whisper the info, so it acts like a screen-reader overlay. ⚠️ DISCLAIMER This is a Proof of Concept (PoC) coding project. It does not inject code, read memory, or interact with game files—it only looks at pixels on the screen. It is intended for educational purposes and personal data logging. Please use responsibly and be cool to other players!