diff --git a/MainProgram.py b/MainProgram.py new file mode 100644 index 0000000..539a1e6 --- /dev/null +++ b/MainProgram.py @@ -0,0 +1,14 @@ +# -*- coding: utf-8 -*- + +import os +import PictureProcess +import FileProcess + +if __name__ =='__main__': + i = 1 + nowPath = os.getcwd() + while i: + FileProcess.Output_endTxt(FileProcess.Read_fileName(nowPath)) + PictureProcess.Print_picture() + i = int(input('\n======是否继续?======\n继续请输 1,退出请输 0:')) + print('===================\n\n') \ No newline at end of file