NFLmusic库文件
This commit is contained in:
6
turn_images/turn_image.py
Normal file
6
turn_images/turn_image.py
Normal file
@ -0,0 +1,6 @@
|
||||
while True:
|
||||
filename = input('File Name:')
|
||||
with open(filename, 'rb') as f:
|
||||
file_turn = f.read()
|
||||
with open(filename+'.txt', 'w') as f:
|
||||
f.write(str(file_turn))
|
Reference in New Issue
Block a user