ADD file via upload

master
pvj5glq9o 3 years ago
parent 0629534f61
commit 0a32e03cc4

@ -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')
Loading…
Cancel
Save