Metadata-Version: 2.1
Name: dota2-grid-editor-cli
Version: 1.0.1
Summary: CLI for dota2_grid_editor
Home-page: https://github.com/Psychewolf/dota2_grid_editor
Author: psyche_wolf
Author-email: jaforjaber@gmail.com
License: UNKNOWN
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
Requires-Dist: requests
Requires-Dist: pandas

# Dota2 Grid Editor
# Installation

### first install python3 from here [python 3](https://www.python.org/downloads/)
### then open command prompt and type:

	pip install dota2-grid-editor-cli
	or
	python -m pip install dota2-grid-editor-cli

# USE
### in cmd, type:
	python -m cli_grid -loc [steam location] -id [your dota2_id]

	example:
		python -m cli_grid -loc D:/games/steam -id 443187988
you can use this through a bat file, so you don't have to type this every time. You can also run the bat file on startup, so it gets automatically updated every time you turn on your computer

