Git Product home page Git Product logo

snakeeyes's Introduction

snakeeyes

a real-time screen-scraping and primitive ocr toolkit

programs:

  • chatscraper.py : monitor and dump on-screen, scrolling text windows
  • gui/capture.py : filter and select windows by title, then click button to take screenshots
  • gui/fonts.py : browse collected font images
  • gui/pngscraper.py : python shell + image browser
  • gui/WindowSelector : select and scrape a currently open window

modules:

  • config.py : vocabulary for config file setup
  • convert.py : misc conversion routines
  • fontdata.py : class that maps images to characters
  • Glyph.py : represents a glyph on-screen
  • mi_spike : helpers for anti-aliased fonts
  • Rectangle.py : basic rectangle class
  • Region.py : classes for processing fixed regions of the screen
  • scrape.py : algorithms for scraping text from images
  • tools.py : various recognier tools that you can hook to a region
  • windows.py : a wrapper around the win32 api for finding windows
  • gui/builder.py : class for building scrape config files

other files

  • test.sh : simple / dumb test runner
  • tests/ : the actual tests. lots of commentary.

vocabulary:

glint
glyph integer. basically a bitmap packed into an int
glyph
an image to recognize (usually single character)

snakeeyes's People

Contributors

tangentstorm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.