项目作者: cnguyenm

项目描述 :
desktop app: quick screenshot
高级语言: Python
项目地址: git://github.com/cnguyenm/quick_screenshot.git
创建时间: 2020-04-25T00:31:31Z
项目社区:https://github.com/cnguyenm/quick_screenshot

开源协议:

下载


Quick screenshot

A Python3 program to take quick screenshot.

Useful when playing games and want to take screenshots of beautiful views.

Can run in background as well. Just press Ctrl+F11 take screenshot

quick start

pip install -r requirements.txt

python screenshot.py

It looks like this:
demo

libraries

  • tkinter
  • pyautogui
  • keyboard

todo

  • make it look prettier
  • build executable package (maybe)