Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fanesz/pseudocode-converter

Website for converting python code into pseudocode
https://github.com/fanesz/pseudocode-converter

Last synced: about 2 months ago
JSON representation

Website for converting python code into pseudocode

Awesome Lists containing this project

README

        

# Pseudocode-Converter
Website for converting python code into pseudocode

Website : [fanes.site](https://fanes.site)

Standarisasi converting :

- `print('Hello world!')` -> `Write('Hello world!')`
- `for i in range(0, 10, 1) :` -> `for i ← 0 to 10 step 1 do`
- `if(x == 1):` -> `if(x == 1) then`
- `while(x == 1):` -> `while(x == 1) do`
- `x = [1, 5, 2 ,6]` -> `x ← [1, 5, 2 ,6]`

To do :
- Tampilan web yang lebih baik