Metadata-Version: 2.1
Name: GamePlusEditor
Version: 0.0.3
Summary: A gui game maker written in python
Home-page: https://github.com/IndividualCoder/GamePlus-Editor
Author: Prince
Author-email: IndividualCoder@gmail.com
License: MIT
Keywords: game development
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: panda3d
Requires-Dist: panda3d-gltf
Requires-Dist: pillow
Requires-Dist: pyperclip
Requires-Dist: screeninfo
Requires-Dist: psutil

# GamePlus editor is a gui editor for ursina engine.
This editor gives you the freedom to make a python game without even coding!

# Features
![StartingUi](Docs/StartingUi.png)
-  With a simmple Ui

![ConfigMenu](Docs/ConfigMenu.png)
-  Configure the editor as you want!

![NewProject](Docs/NewProject.png)
-  Make new projects!

![SceneEditor](Docs/SceneEditor.png)
-  With a simple scene editor

![CodeEditor](Docs/CodeEditor.png)
-  A simple code editor

![Playing](Docs/Playing.png)
-  Play your project without leaving the editor

![ExportToPy](Docs/ExportToPy.png)
-  Export your project to py

This editor will currently write your games in python. But I'll add the feture to turn your .py into .exe ^_~

# How to install it?
It is very easy to install this editor, just open cmd and type `pip install GamePlusEditor`
now make a .py file and run it with the following code:
    ```from GamePlusEditor import RunEditor;
    RunEditor()```
it is as simple as this :)
