Multifiles#
Right now we do not support a multifile mode. However additional python scripts or text files can be added to WebTigerPython. To add files to WebTigerPython there is a button in the advanced options named “Add addional Files”. If the share with Link option is used, the additional files are also embedded into the link.
Adding a .txt file to WebTigerPython#
In the following example, we add a encryptet text file to WebTigerPython. It can then be read and decrypted.
textfile.txt
Glhv lvw hlq EhlvslhowhAw ghu plw hlqhp Nolfn yhuvfkoüvvhow zhughq ndqq. Klhu ndqq dxfk hlq hljhqhq WhAw khuhlq jhvfkulhehq, rghu hlq Jhkhlpfrgh Cxp Hqwvfkoüvvhoq khuhlq nrslhuw zhughq.
Adding a custom Python Library#
It is also possible to create custom python libraries and add them to WebTigerPython and use them as shown in the example below.
def example():
print("This function is in a separate library")