Student | Id |
---|---|
Dheeraj Ashok Shobha | 40082192 |
Manasa Murali | 40082609 |
Hina Masood Ahmed | 40076287 |
Nivetha Ravi | 40085910 |
Piyush Piyush | 40081576 |
Uchechukwu Iroegbu | 40035881 |
Pre requisites:
- Gcc compiler should be installed and add to the env variables in the system.
- Python version 3.+ should be installed.
- Install Pycharm IDE community edition (recommended)
The Gcc path in the project is "C:\MinGW\bin\gcc.exe". If this is not the location of Gcc in your computer open the project in VS code or Pycharm and Find and replace the give path with the path of the gcc.exe in your computer.
- Open the folder in Pycharm by going to files and open.
- Go to init.py file and run the app.
- Open a cmd such as powershell or gitbash.
- change directory to "**/GuiGcc/src/".
cd GuiGcc\src
- Once you are in GuiGcc/src/ then run
python __init__.py
Note: you have to be inside the src folder to run the command. If you give python src/__init__.py
it will throw error.