Metadata-Version: 2.1
Name: pyscreenshotter
Version: 0.1.3
Summary: A simple screenshot application.
Home-page: UNKNOWN
Author: Garrett Jones
Author-email: jonesgc137@gmail.com
License: UNKNOWN
Keywords: opencv,keyboard,screenshot,pyautogui
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE.md

#+title: Readme

# Getting started  
1. `pip install pyscreenshotter`  
2. In a terminal run the cmd: `pyscreenshotter`  
3. Press 's' or 'q' to capture/quit respectively.  

## Changing Keybinds  
1. You can change the keybinds by passing two cmdline arguments like so:  
   ~pyscreenshotter j k~  

   I.e. make j = capture, and k = quit  


