{"id":17722469,"url":"https://github.com/leixingyu/unrealscripteditor","last_synced_at":"2025-05-05T21:48:49.867Z","repository":{"id":132642601,"uuid":"507721504","full_name":"leixingyu/unrealScriptEditor","owner":"leixingyu","description":"Unreal Engine equivalent Maya Python Script Editor","archived":false,"fork":false,"pushed_at":"2023-09-15T06:40:34.000Z","size":91,"stargazers_count":32,"open_issues_count":3,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-08T00:12:32.636Z","etag":null,"topics":["python","ue5","unreal","unreal-engine","unreal-python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leixingyu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-27T01:02:32.000Z","updated_at":"2024-04-12T14:17:19.000Z","dependencies_parsed_at":"2024-10-25T19:58:15.660Z","dependency_job_id":"a6a3492f-99d2-4a93-ae85-b247d69b1d55","html_url":"https://github.com/leixingyu/unrealScriptEditor","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leixingyu%2FunrealScriptEditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leixingyu%2FunrealScriptEditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leixingyu%2FunrealScriptEditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leixingyu%2FunrealScriptEditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leixingyu","download_url":"https://codeload.github.com/leixingyu/unrealScriptEditor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252582874,"owners_count":21771737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","ue5","unreal","unreal-engine","unreal-python"],"created_at":"2024-10-25T15:38:26.091Z","updated_at":"2025-05-05T21:48:49.847Z","avatar_url":"https://github.com/leixingyu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Unreal Python Editor [![PyPI](https://img.shields.io/pypi/v/unreal-script-editor?color=blue)](https://pypi.org/project/unreal-script-editor/) ![](https://img.shields.io/github/stars/leixingyu/unrealScriptEditor?label=GitHub%E2%AD%90)\n\nA Qt widget that's the Unreal equivalent of the \"Maya Script Editor\".  \nThis repo hosts the Python module, for the Unreal plugin, see [this repo](https://github.com/hannesdelbeke/unreal-plugin-python-script-editor) ![](https://img.shields.io/github/stars/hannesdelbeke/unreal-plugin-python-script-editor?label=%E2%AD%90)\n\n\n## About The Project\n\n\u003cimg src=\"https://i.imgur.com/KscixlU.png\" alt=\"ui\" height=\"580px\"/\u003e\n\nWith the rapid advancement of Unreal Engine and the Python support in Unreal\nEngine, more and more people are jumping into Unreal Python scripting. \nHence the creation of this tool!\n\n## Getting Started\n\n### Prerequisites\n\nThe tool needs the following library to be installed:\n\n- v0.0.2 uses [Qt.py](https://pypi.org/project/Qt.py/), and [PySide2](https://pypi.org/project/PySide2/) or [PyQt5](https://pypi.org/project/PyQt5/) \n- v0.0.3+ uses PySide6\n\n\n### Add as Menu Button\n\nThe tool is meant to be launched from a menu bar button like such:\n\n\u003cimg src=\"https://i.imgur.com/IcQGGu5.png\" alt=\"menu\"\u003e\n\nYou can set up this very easily by adding `startup.py` as a startup script,\nunder _Project Settings - Plugins - Python_\n\n- download \u0026 extract the project zip file\n- find the `startup.py` location, and add it to the startup scripts: e.g. `C:\\Downloads\\unrealScriptEditor\\startup.py`\n\n\n\u003cimg src=\"https://i.imgur.com/wJrkp5b.png\" alt=\"menu\"\u003e\n\n### Simple Launch Script\n\n**If** you just want to launch the tool in Unreal's python console without adding it to menu,\nor if you want to customize the location where the tool is being launched;\nrefer to the following command:\n\n- the tool has to be in a path that Unreal will search for!\n\n```python\nfrom unreal_script_editor import main\nglobal editor\neditor = main.show()\n```\n\n### Install as module\ninstall with pip\n```bash\npip install unreal-script-editor\n```\n\nInstall the module from the repo\n```bash\npython -m pip install git+https://github.com/hannesdelbeke/unreal-script-editor\n```\n\n## Features\n\n- [x] Unreal \"native\" [stylesheet](https://github.com/leixingyu/unrealStylesheet)\n- [x] Save and load python files and temporary scripts\n- [x] Code editor short-cut support and Highlighter\n- [ ] Auto-completion\n\n## Support\n\nThis tool is still in development, if there's any issue please submit your bug\n[here](https://github.com/leixingyu/unrealScriptEditor/issues)\nor contact [techartlei@gmail.com]()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleixingyu%2Funrealscripteditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleixingyu%2Funrealscripteditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleixingyu%2Funrealscripteditor/lists"}