https://github.com/memescoep/ausl
Accessible Unified Source Language (AUSL) is a programming language designed to develop simple applications
https://github.com/memescoep/ausl
linux programming-language python win32 windows
Last synced: 5 months ago
JSON representation
Accessible Unified Source Language (AUSL) is a programming language designed to develop simple applications
- Host: GitHub
- URL: https://github.com/memescoep/ausl
- Owner: MEMESCOEP
- License: mit
- Created: 2021-05-31T04:06:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T03:10:10.000Z (about 4 years ago)
- Last Synced: 2025-08-11T10:52:34.584Z (6 months ago)
- Topics: linux, programming-language, python, win32, windows
- Language: Python
- Homepage:
- Size: 633 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AUSL
#### Accessible Unified Source Language (AUSL) is a programming language designed to develop simple applications.
```(C) Andrew Maney 2021```
### Requirements
```
Python 3.X
Python 3.X's pip module
Any linux distribution that uses the 'apt' package manager
release.py (this will install all dependencies)
```
```
Python 3.X
Python 3.X's pip module
release.py (this will install all dependencies)
```
To get started, [download](https://github.com/MEMESCOEP/AUSL/blob/main/release.py)
```release.py```
and run it as root (Linux):
> sudo python3 release.py
For Windows:
```
Open CMD as Administrator!
```
> python3 release.py
Wait for the script to finish.
(This will take a long time, as it downloads/installs dependencies and compiles AUSL.py to an executable binary.)
---
### Useful links
- [See the License](https://github.com/MEMESCOEP/AUSL/blob/main/LICENSE)
- [Visit the wiki!](https://github.com/MEMESCOEP/AUSL/wiki)
- [Visit the AUSL website!](https://memescoep.github.io/AUSL/)
---
### Operating System Support
Currently supported OSes:
- Any linux distro which has the 'apt' package manager
- Win32 x86_64
---
### Change log:
Version A-0.23
- Added OFFICIAL WIN32 SUPPORT!!! :D
- Added 'clr' function to AUSL.py
---
### TO DO:
- Fix playsound bug
- Add else,try catch,exception statements (HIGH PRIORITY)
- Add GUI statments
- Add variable access from statements (HIGH PRIORITY)
If you have any questions, please send an email to ```xxxmemescoepxxx@gmail.com```.
```(C) Andrew Maney 2021```