You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description="Description: This software is used to searh the standards already approved by ANSI.The database will be updated as soon as new standards publish."
line="-------------------------------------"
while True:
print(line+"INFO"+line)
print(Version)
print(Description)
print(line+"----"+line)
try:
para=input("Please input the standard:")
cmd='find "'+para+'" .\Database\Approved_ANS.db'
test=os.system(cmd)
flag=input("Press Enter to continue! Others to EXIT!")
if flag!="":
break
else:
os.system("cls")
except:
print("\nWarning: There's an error! Please contact author.")