Core Pytuga functionality without the GUI.
Project description
Pytuga-core implements the core features of Pytuguês language without a dependency on the QTurtle Qt application. This might be useful for GUI-less environments such as an online judge or a Jupyterhub installation or if you just don’t want/need a GUI interface.
Most users will prefer to install the Pytuga package that includes a nice graphical interface. Pytuguês is a Transpyled enabled language that translates Python to portuguese:
função espiral(n):
"""
Desenha uma espiral de n lados.
"""
para cada lado de 1 até n:
frente(lado * 20)
esquerda(120)
espiral(20)
Pytuga-core installs a IPython based shell that runs with the command:
$ python -m pytugacore
Boa programação!
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
pytugacore-0.1.1.tar.gz
(20.7 kB
view details)
File details
Details for the file pytugacore-0.1.1.tar.gz
.
File metadata
- Download URL: pytugacore-0.1.1.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c575bb26a1bc43f0c2e51e949743e382958b06268ac4b5103dc901af39b780c4
|
|
MD5 |
6e6ae3af8b5ca6c231cc02296398c2f5
|
|
BLAKE2b-256 |
15a3172b91a0b647475c22d13193acfd04322379c1bc907d46e10785ce420209
|