AzuraLang is a python-library/toolkit to easily make Python-based apps using tTk¹.
¹tTk = themed Tkinter, a python library to make better looking/themed tkinter windows/apps.
It is a high-level library, that is really easy to use, mod and contribute.
pip install AzuraLangpip install AzuraLang --break-system-packagesNote
This way you'll get all the new features asap, but some distribution/versions/commits have bugs or aren't stable to use normally - so be careful!
Warning
Currently, we don't support Windows/OSX for building the core files! We reccomend to use Arch(Manjaro), because of untested Ubuntu-, Debian- and RPM-based system-behaving!
- Clone the repo:
git clone https://github.com/AzuraCorp/AzuraLang/ - Enter the folder:
cd AzuraLang - Build!
./build.sh(Or use your terminal command e.g.zsh build.sh)
- Clone the repo:
git clone https://github.com/AzuraCorp/AzuraLang/ - Goto
distfolder:cd AzuraLang/dist - Here you can use already built and compiled files!