Metadata-Version: 2.1
Name: dota2_grid_editor_cli
Version: 1.0.0
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
Description: # 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 batfile, so you dont have to type this everytime. You can also run the batfile on startup, so it get automatically update everytime you turn on your computer
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
