Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zype-z/zypec

A Compiler Collection and the rebranded version of tgcc.
https://github.com/zype-z/zypec

python3 zype zypec

Last synced: 7 days ago
JSON representation

A Compiler Collection and the rebranded version of tgcc.

Awesome Lists containing this project

README

        



# ZypeC
[![Generic badge](https://img.shields.io/badge/PyPI-v1.0-GREEN.svg)](https://shields.io/) [![PyPI Release Create](https://github.com/Zype-Z/ZypeC/actions/workflows/Create-Release.yaml/badge.svg)](https://github.com/Zype-Z/ZypeC/actions/workflows/Create-Release.yaml) [![CodeQL](https://github.com/Zype-Z/ZypeC/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Zype-Z/ZypeC/actions/workflows/codeql-analysis.yml)

## Installation

```shell
pip install ZypeC
```
Other options are available at [ZypeC Documentation](https://zype.cf)

## Verify Installation
You should verify the installation by running:
```shell
zype --version
```

## Usage

Open a Terminal and type:

```sh
zype
```

**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).