SkillAgentSearch skills...

Vazha

A python based malayalam scripting language interpreter

Install / Use

/learn @user9747/Vazha
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Vazha Script

Command line tool for Vazha script

You completely write your code in malayalam and compile it using vazha

Install

pip3 install vazha

if .local/bin is not in path, add it by opening .zshrc or .bashrc file, and add the following lines to the end.

export PATH=$PATH:/home/user9747/.local/bin

Code

Write code with extension .vazha

Use Vs-code extension vazha-sense to code faster it has a manglish to vazha script autocomplete feature.

Run

vazha <filepath>

Check out examples in example folder

Demo

ക = 100
ച = 250
തുക = ക + ച
അച്ചടിക്കുക("ആകെ തുക : {}".ഫോർമാറ്റ്(തുക))

Example

Contribution

Contribution are welcome. Need help with documentation and adding string,list,dict,tuples methods.

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated1y ago
Forks2

Languages

Python

Security Score

60/100

Audited on Jul 19, 2024

No findings