Init scomm project

This commit is contained in:
kicer
2019-07-26 21:14:07 +08:00
commit 1b280bfafc
4 changed files with 700 additions and 0 deletions

8
scomm.py Executable file
View File

@@ -0,0 +1,8 @@
#! /usr/bin/env python3
import tkgen.gengui
if __name__ == '__main__':
root = tkgen.gengui.TkJson('scomm.json', title='scomm串口调试助手')
#root = tkgen.gengui.TkJson('rsa_ui.json', title='scomm串口调试助手')
root.mainloop()