Metadata-Version: 2.4
Name: VertexEngine-CLI
Version: 1.3.0
Summary: An Offical CLI library for VertexEngine.
Author-email: Tyrel Miguel <annbasilan0828@gmail.com>
License: MIT
Project-URL: Homepage, https://vertexengine.onrender.com
Project-URL: Documentation, https://vertexenginedocs.netlify.app/
Project-URL: Source, https://github.com/TyrelGomez/VertexEngine-CLI-Code
Project-URL: Issues, https://github.com/TyrelGomez/VertexEngine-CLI-Code/issues
Project-URL: Discord, https://discord.com/channels/1468208686869643327/1468208687670890588
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=13.7.0
Requires-Dist: pyinstaller>=6.5.0
Requires-Dist: VertexEngine>=1.5.0
Requires-Dist: buildozer>=1.4.0
Dynamic: license-file

# VertexEngine-CLI
VertexEngine CLI adds CLI support to VertexEngine.

CLI output is rendered with [Rich](https://rich.readthedocs.io/), providing readable
colors and status messages in supported terminals.

## Workspace diagnostics

Run `vertex doctor` from a project directory to inspect the workspace markers,
Python and Rich availability, Git state, and supported build tools.

## Change Logs (1.3.0):
- Added `doctor`.
- Overhauled to rich.

## How to install Pyinstaller
Step 1. Type in:
pip install pyinstaller

Step 2. Wait a few min, don't worry if it takes 1 hr or more, it will finish

Step 3. How to use pyinstaller
type:
python -m PyInstaller --onefile *.py

There are flags:
--noconsole > disables the console when you run the app
--onefile > compress all of the code into one file
--icon > the *.ico file after you type it will be set as the app icon.

## How to install VertexEngine/Vertex:

Step 1:
Type in
pip install VertexEngine-CLI

Step 2: Wait a few min, don't worry if it takes 1 hr or more, it will finish

Step 3: Where to start?
Read the documentation.

## Help
The documentation is in the following link:
[Project Documentation](https://vertexenginedocs.netlify.app/) for help.

## Dependencies
VertexEngine obviously has heavy dependencies since it's a game engine, the following requirements are:

| Dependency       | Version                              |
|------------------|--------------------------------------|
| PyQt6            | >=6.7                                |   
| Pygame           | >=2.0                                |
| Python           | >=3.10                               |

## About Me
I Am a solo developer in Diliman, Quezon City that makes things for fun :)
77 Rd 1, 53 Rd 3 Bg-Asa QC
Email:
FinalFacility0828@gmail.com
## License
VertexEngine is Managed by the MIT License.
