Metadata-Version: 2.0
Name: Lab-Automation
Version: 0.1
Summary: Lab Automation Project
Home-page: https://gitlab.com/rakhejabhai/software_engineering_project
Author: Akash Rakheja
Author-email: rakhejaforu.ar@gmail.com
License: MIT
Keywords: labs submissions
Platform: UNKNOWN
Classifier: Development Status :: 1 - Alpha
Classifier: Intended Audience :: Students and Professors
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7

# Inspiration

The purpose of this project is to ease the troubles of students/TAs/Teachers in Academic Lab Courses by giving them an offline platform to practice/submit/evaluate C codes for algorithm or datastructure problems in an efficient GUI based environment. Their are two parts to this project-- client side and server side. The libraries presently required are:
- Tkinter

# Installation

Run the following code to install the dependencies.

```shell
sudo bash INSTALL.sh
``` 

# Licence
Apache

