RealNameHidden / GuiGcc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GuiGcc

HCI SOEN 6751

Team 7

Student Id
Dheeraj Ashok Shobha 40082192
Manasa Murali 40082609
Hina Masood Ahmed 40076287
Nivetha Ravi 40085910
Piyush Piyush 40081576
Uchechukwu Iroegbu 40035881

Application set up:

Pre requisites:

  1. Gcc compiler should be installed and add to the env variables in the system.
  2. Python version 3.+ should be installed.
  3. Install Pycharm IDE community edition (recommended)

Before You proceed to run the App:

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.

To run the app:

Through IDE: [Recommend to use the IDE to void unexpected errors and run the app smoothly]
  1. Open the folder in Pycharm by going to files and open.
  2. Go to init.py file and run the app.
Through Command line:
  1. Open a cmd such as powershell or gitbash.
  2. change directory to "**/GuiGcc/src/". cd GuiGcc\src
  3. 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.

About


Languages

Language:Python 100.0%