A Pseudo Code generator for simple C++ programs.
- Contributor No 1: Sarthak Gupta
- Contributor No. 2: Abhishek Singh Saini
- Contributor No. 3: Ranjan Binwani
- License: MIT License
The code works as follows:
- There are two files: main.cpp anf prog.cpp
- prog.cpp will contain the program which will be parsed to pseudo code.
- main.cpp will be compiled and the output will contain the pseudo-code of prog.cpp file.
- Also an output.txt file will be generated.
- Then audio.py will be executed, which will take output,txt as input and will generate an audio file.
*name of audio file is source_code_voice_over.mp3
Note : The code written only generates a pseudo code which has limited functionalities till now. To improve this please contribute to this repo:).
USE: Can be used by people who are visually impaired and learning to program. Till now it is not a production ready code.