.KGL File Extension
Kagsa Library
Developer | Kagsa |
Popularity |
4.0 | 4 Votes |
What is a KGL file?
A KGL file is a library used by the Kagsa programming language. It contains one or more common functions developers can call while writing Kagsa source code files (.KG files). KGL files are renamed .ZIP archives that contain .PY files.
More Information
Kagsa is an interpreted programming language written in Python. Developers can use Kagsa and its compiler to write and execute simple programs.
Developers creating Kagsa programs can compile one or more functions into a Kagsa library. These libraries are saved as KGL archives. Each KGL file always contains the following files:
- main.py
- __memory__.py
How to open a KGL file
You can open a KGL file with any common archive utility. Before doing so, you may have to rename the file's extension to .zip.