8000 GitHub - Will-Dong/massforscript
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Will-Dong/massforscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

massforscript

#https://github.com/Will-Dong/massforscript.git

import re import os a=open('..\do.txt') b=open('F:\result.txt','a') reg=re.compile(r'Tap (\d){1,4},( )?(\d){1,4}') while True: line = a.readline() if reg.search(line): b.write(line) print(line) a.close() b.close()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0