Metadata-Version: 2.1
Name: monolens
Version: 0.2.0
Summary: Show part of your screen in 8-bit grayscale
Home-page: https://github.com/hdembinski/monolens
Author: Hans Dembinski
Author-email: hans.dembinski@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/hdembinski/monolens/issues
Description: # monolens
        
        Show part of your screen in 8-bit grayscale.
        
        ![Click to watch demo](https://github.com/HDembinski/monolens/blob/main/demo.mov?raw=true)
        
        # Usage
        
        Run `monolens` in a terminal on the screen that you want to look at.
        
        - Drag the lens around by holding a Mouse button down inside the window
        - Resize the lens by pressing up, down, left, right
        - To refresh the lens press the spacebar (see limitations)
        - To quit, press Q
        
        # Limitations
        
        - Pulling the window to another screen is currently not supported. To switch screens,
          you need to run `monolens` from a terminal on that screen. This limitation will
          hopefully be lifted in the future.
        - The lens uses a static screenshot which has to be manually updated if the screen
          content changed. Press spacebar to update the lens (which causes it to flicker).
        - On OSX, you need to give `monolens` permission to make screenshots, since an ordinary
          App is not allowed to view pixel outside of its window for security reasons.
          `monolens` has no networking code implemented at all, so it is safe to use.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
