Skip to content

Lilith-In-Starlight/pykami

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pykami

A python module that parses kami into HTML.

Usage

Simply run pykami.parse(), which takes a string containing a KAMI input and outputs a string containing the corresponding HTML output.

import pykami
print(pykami.parse("*bold text*")) // <b >bold text</b>

For the kami specification, read the kami-parser readme.

About

Pykami is a python library for parsing kami to html

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages