eyy, got friends to convert

This commit is contained in:
Beppe Vanrolleghem
2018-05-23 15:40:39 +02:00
parent 69426b1392
commit 0099a040b7
407 changed files with 106750 additions and 50 deletions

7
Runner.py Normal file
View File

@@ -0,0 +1,7 @@
import sys, os
folder = sys.argv[1]
for file in os.listdir(folder):
print(file)
if(file.endswith('.html')):
os.system('FriendsConverter.py "' + folder+"/"+file+'"')