A pip package to use the programing language TNLang from floxxy0
Project description
Start?
You can start by creating a python file with content:
import TNLang
TNLang.launch("MyCode.tnlang")
All Functions.
echo("hi") - Print something in the console.
wait(1) - Wait a second before the next action happens.
loop.10(echo("hi")) - Loop a action 10 times.
Example TNLang codes.
Hello World!
echo("Hello World!")
Countdown
echo("3")
wait(1)
echo("2")
wait(1)
echo("1")
wait(1)
echo("Done.")
Loop
loop.10(echo("Loop!"))
echo("Loop Done!")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tnlang-1.0.11.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tnlang-1.0.11.tar.gz.
File metadata
- Download URL: tnlang-1.0.11.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09ceef66da52f6350db0ae1f7c876801abec1b487606b8a00736822eb512489c
|
|
| MD5 |
c68e07641121332de57e474157306b1d
|
|
| BLAKE2b-256 |
cc0d1a0137beed56301ac671e137022740484a97c42baef6a369a5dcce48e4a0
|
File details
Details for the file tnlang-1.0.11-py3-none-any.whl.
File metadata
- Download URL: tnlang-1.0.11-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b97146deebfa9ecdda847c8081aa21b5f5ea083cb0ff16af304c98ef141875fa
|
|
| MD5 |
d62b4c85f0be0e7580aedd5e1d9a9857
|
|
| BLAKE2b-256 |
3c163e31484dc38c9a87e3eea34d916786e971caf5343a12f2f17cf34152e56e
|