ParseAnyText

GitHub license

A small package which i made in 2-3 days.

What is the work of it?

Well It’s a module to creates parser that helps to parse a text easily with less coding.
Like a language parsing or file parsing like json.

How to use?

from textparser import Parser
p = Parser()

@p._(r'<re.pattern>')
def function(*args,**kwargs):
   #do something

Want to Contribute?


???

GitHub

View Github