/pytuga-web

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Pytuga Web

What is Pytuga Web?

Pytuga Web is a web version of the Pytuguês editor and interpreter called Pytuga. Pytuguês allows users to write code in Portuguese using Python syntax (you can also use Python within it).

Pytuga Web is used for teaching and learn programming without having to install anything. All you need is an up-to-date browser and an Internet connection.

You can start using Pytuga Web at: https://andrewlucasgs.github.io/pytuga-web/

image

Install dependencies

# install dependencies
npm install

Development

After install dependencies, run:

npm run dev

Open your browser and go to localhost:3000.

Build

After install dependencies, run:

# build for production with minification
npm run build

Deploy

After build, you can deploy the built content in the dist directory to any static file server

How to contribute

  1. Fork this repo
  2. Make your changes
  3. Create a pull request

License

GNU General Public License v3.0