Metadata-Version: 2.4
Name: AzuraLang
Version: 0.1b1
Summary: A Python framework for easier making of GUI apps.
Project-URL: Issues, https://github.com/AzuraCorp/AzuraLang/issues
Project-URL: Wiki, https://github.com/AzuraCorp/AzuraLang/wiki
Author-email: Zhan2os1ks <azuracorp@duck.com>
License-Expression: LGPL-3.0-only
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown

<img src="./assets/banner.svg" alt="banner">

# <img title="" src="./assets/AzuraLangLogo.svg" alt="Launch App" width="50"> AzuraLang

<a href="https://github.com/AzuraCorp/AzuraLang/issues"><img title="" src="./assets/AzuraLangIssuesButton.svg" alt="" width="123" data-align="inline"></a><a href="https://AzuraCorp.github.io/AzuraLang"><img title="" src="./assets/AzuraLangWebsiteButton.svg" alt="" width="123" data-align="inline"></a><a href="https://github.com/AzuraCorp/AzuraLang/wiki"><img title="" src="./assets/AzuraLangWikiButton.svg" alt="" width="123" data-align="inline"></a><a href="https://github.com/AzuraCorp/AzuraLang/pulls"><img title="" src="./assets/AzuraLangPullRequestsButton.svg" alt="" width="123" data-align="inline"></a>

## What is AzuraLang?

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.

## Installation

### Stable releases:

#### Normally, to install AzuraLang you can use pip:

```bash
pip install AzuraLang
```

#### For linux(only if the PEP 668/externally managed environment error):

```bash
pip install AzuraLang --break-system-packages
```

### ADaC Channel(AllDistributions and Commits channel)

> [!NOTE]
> 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!

#### Building(inclusive Betas and Alphas, f. e.: vBETA-1, vF-10 and vPreREL-3)

> [!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!

1. Clone the repo: `git clone https://github.com/AzuraCorp/AzuraLang/`
2. Enter the folder: `cd AzuraLang`
3. Build! `./build.sh`(Or use your terminal command e.g. `zsh build.sh`)

#### Use the built files(only PreReleases and Full versions, f. e.: vPreREL-3 and vF-10)

1. Clone the repo: `git clone https://github.com/AzuraCorp/AzuraLang/`
2. Goto `dist` folder: `cd AzuraLang/dist`
3. Here you can use already built and compiled files!

## Wanna join/help?

##### If you want to join/help me, write us an e-mail to 'azuracorp@duck.com' to    get our attention.
