Skip to content

VBPROGER/pymoddinglib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyModdingLib

This library adds a modding support to Python.

Starting module directly

You can start module directly by using this code:

from pydoc import importfile
Mod = importfile('simpletemplate.pmlm')
print(Mod)
Mod.Main()

However, it has some issues. For example, let's try calling the function Meta:

Mod.Meta()

You will need to pass arguments to this functions, so you can't use it directly.

About

Modding support for Python

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published