Metadata-Version: 2.1
Name: agstoolbox
Version: 0.5.5
Summary: Utility to help manage Adventure Game Studio Projects and Editors.
Home-page: https://github.com/ericoporto/agstoolbox
Download-URL: https://github.com/ericoporto/agstoolbox/tarball/0.5.5
Author: erico
Author-email: eri0onpm@gmail.com
License: MIT
Keywords: AGS Toolbox,Adventure Game Studio,development,ags,Game Development,gamedev
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
License-File: LICENSE
License-File: COPYING
License-File: AUTHORS
Requires-Dist: pyqt6
Requires-Dist: requests
Requires-Dist: defusedxml
Requires-Dist: platformdirs
Requires-Dist: pefile
Requires-Dist: shtab

*************************************************************
AGS Toolbox - Utility to manage different AGS Editor versions
*************************************************************

AGS Toolbox is a PyQt tool to manage different versions of the
Adventure Game Studio Editor, side by side, along with your
game projects!


Windows install and run
-----------------------

In Windows, install Python 3, and then open `cmd.exe` and type (press enter after):

    python -m pip install agstoolbox

To run, you can type the following in `cmd.exe` or the `run...` prompt

    python -m agstoolbox
