ZypeC

Zype Compilers


Keywords
python3, zype, zypec
License
MIT
Install
pip install ZypeC==1.0.0

Documentation

ZypeC

Generic badge PyPI Release Create CodeQL

Installation

pip install ZypeC

Other options are available at ZypeC Documentation

Verify Installation

You should verify the installation by running:

zype --version

Usage

Open a Terminal and type:

zype <Filename> <Content-Type> <To What>

Note: Replace <Filename> with the file's name, <Content-Type> with the File's Type (e.g. md for Markdown, zype for Zype) and <To What> with the final Type (e.g. html for MarkDown to HTML Compilation, json for Zype to JSON Compilation).