1 Star 2 Fork 0

meiziyang2023/pyside-code-editor-with-syntax-highlight

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.py 308 Bytes
一键复制 编辑 原始数据 按行查看 历史
umeiko 提交于 2022-09-11 00:33 +08:00 . init_post
"""
本项目被托管在 https://github.com/umeiko/XMU_Reporter
GPL-3.0 开源许可
"""
import code_editor
import sys
def main():
if len(sys.argv) > 1:
fname = sys.argv[1]
code_editor.open_file(fname)
else:
code_editor.main()
if __name__ == "__main__":
main()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/meiziyang2023/pyside-code-editor-with-syntax-highlight.git
git@gitee.com:meiziyang2023/pyside-code-editor-with-syntax-highlight.git
meiziyang2023
pyside-code-editor-with-syntax-highlight
pyside-code-editor-with-syntax-highlight
main

搜索帮助