/pymag

Python simple screen magnifier

Primary LanguagePython

About pymag

Pymag is a very simple screen magnifier written in python.

Run in terminal:

python pymag.py

Be notice:

  1. The magnification times controlled by a global variable 'ratio'. Use mouse wheel to adjust the magnification, large magnification will cause long latency.
  2. View point start from mouse position, view area equals to main window's size, it's follow your screen cursor.
  3. Press Escape key (Esc) to quit the app.

Ref