Python-To-AQA-Pseudocode
Python-To-AQA-Pseudocode copied to clipboard
A simple hashed together converter written in python for converting python programs to AQA Computer Science Psudocode recommended syntax.
Fixed typos and removed computer-specific file path.
```diff + Adds user interface + Adds some new pseudo-code specification content * Rewrite for Python 3 ```
Sorry I am quite new to the whole of programming and not sure how to use this to convert my python into pseudocode. I downloaded github but I have no...
The current AQA Pseudocode Teaching Guide is available here: https://filestore.aqa.org.uk/resources/computing/AQA-8520-TG-PC.PDF As you can see `FUNCTION` is no longer used, instead being replaced by `SUBROUTINE`. There are likely more changes but...
Program now has an error message if the file it is looking for isn't found
The program will look for anything with the letters 'for' meaning if the program were to search the file and it contained 'foreground', the program will think to put an...
A really basic user interface, which is able to both error handle and help select the file, also able to tell which file is selected