Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fanesz/pseudocode-converter
- Owner: fanesz
- Created: 2022-08-11T07:12:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T05:19:28.000Z (over 1 year ago)
- Last Synced: 2023-08-26T07:21:33.712Z (over 1 year ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pseudocode-Converter
Website for converting python code into pseudocodeWebsite : [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