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 an action 10 times.
Packages.
colors
importPackage colors
echo.red("Red text!")
echo.green("Green text!")
echo.blue("Blue text!")
echo.yellow("Yellow text!")
echo.cyan("Cyan text!")
echo.magenta("Magenta text!")
echo.white("White text!")
DiscordWebHook
importPackage DiscordWebHook
discord.webhook("webhook-url", "Message with\nnew line")
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.17rc5.tar.gz
(3.3 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.17rc5.tar.gz.
File metadata
- Download URL: tnlang-1.0.17rc5.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cec040f2f90c0607caa402cf7f013e03e627ff47bdcab9ca5dfeded85e7956a
|
|
| MD5 |
3d42a773ca42a29eebf0e7cb9bec78ac
|
|
| BLAKE2b-256 |
269c96ec82ca8f8acd0f4a178e31972db90e21faca3b63296fc066a67e6a2629
|
File details
Details for the file tnlang-1.0.17rc5-py3-none-any.whl.
File metadata
- Download URL: tnlang-1.0.17rc5-py3-none-any.whl
- Upload date:
- Size: 3.8 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 |
8d1002abfca3dbc24418aa7793f789975fce8eae3eb57cb56549308e5a27ce48
|
|
| MD5 |
2364befcb4e793a5d7c806eb6dec2f0a
|
|
| BLAKE2b-256 |
28b5cb7c5cc1d5765fcf7263fd8fcbf66627dff57d2a20e37f5cf301c0ec13a8
|