Skip to content

Hyper Fast,multi purpose, Python Templating Engine. Build shit from scratch, and fast. using modulex.

Notifications You must be signed in to change notification settings

nikhil-swamix/IndiaTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

USAGE

put mxproxy.py file in your code folder, keep it adjacent to file where you want to import, and to import modulex, you need to use this command

from mxproxy import mx 

after that you can stat using modulex's all function and speedup all the repetitive tasks. functions available in Modulex. for example you have a file called mycode.py content below.

from mxproxy import mx

data=mx.fread('myfile.txt')
print(data)

jsondata=mx.jload('myjsonfile.json')
print(jsondata)

About

Hyper Fast,multi purpose, Python Templating Engine. Build shit from scratch, and fast. using modulex.

Topics

Resources

Stars

Watchers

Forks