Skip to main content

Core Pytuga functionality without the GUI.

Project description

Pytuga-core implements the core features of Pytuguês language without a dependency on the Pytuga Qt application. This might be useful for GUI-less environments such as an online judge or if you just don’t want/need a GUI interface.

Most users will prefer to install the pytuga package that includes the nice LOGO-based 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 x de 1 até n:
        frente(x * 20)
        esquerda(120)

espiral(20)

Pytuga-core installs a IPython based shell that can be run with the command:

$ python -m pytugacore

Boa programação!

Project details


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.0.tar.gz (21.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page