Skip to content

Commit 8386f45

Browse files
author
Zong Zheng
committed
first commit
0 parents  commit 8386f45

17 files changed

+12475
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
build/
2+
dist/
3+
output/
4+
__pycache__
5+
*.exe
6+
*.spec

README.md

66 Bytes

ReversibleFuelCellTestPython

auto_restart.bat

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@echo off
2+
tasklist|findstr /i "rsoc"
3+
if errorlevel 1 goto start
4+
ping -n 3 127.1>nul
5+
%0
6+
7+
:start
8+
start rsoc_test.exe
9+
%0

build.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pyinstaller -F -w -i .\icon2.ico .\rsoc_test.py

build_ssofc.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pyinstaller -F -w -i .\icon2.ico .\ssofc_test.py

icon.ico

66.1 KB
Binary file not shown.

icon2.ico

66.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)