.KGL Rozszerzenie pliku
Kagsa Library
| Deweloper | Kagsa |
| Popularność |
4.0 | 4 Głosów |
Czym jest plik KGL?
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.
Więcej informacji
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
Jak otworzyć plik KGL
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.