ponty / pyscreenshot

Python screenshot library, replacement for the Pillow ImageGrab module on Linux.
BSD 2-Clause "Simplified" License
502 stars 88 forks source link

Add pillow as dependency #81

Closed jonringer closed 4 years ago

jonringer commented 4 years ago

It's being imported in pyscreenshot/imcodec.py

noticed this when reviewing this package for nixpkgs https://github.com/NixOS/nixpkgs/pull/99244

ponty commented 4 years ago

Duplicate of #64

jonringer commented 4 years ago

still seems odd that doing pip install pyscreenshot doesn't make a usable command.