Metadata-Version: 2.1
Name: nowyou-grafits-script-python
Version: 1.0
Summary: Now you project grafis scripts
Home-page: https://bitbucket.org/inventilabs/nowyou-grafis-script-python/
Author: Alex Mensak
Author-email: alexander.mensak@ilabs.cz
License: UNKNOWN
Keywords: nowyou python
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyautogui

# NowYou Grafits script python

## Usage
TODO:

### Virtualenv
You can use `pipenv` tool for development: 
 - create virtualenv: `pipenv --python /path/to/python`
 - install dependencies: `pipenv lock && pipenv install`
 - open virtualenv shell: `pipenv shell` (optional)

