Metadata-Version: 1.1
Name: Lab-Automation
Version: 0.5
Summary: Lab Automation Project
Home-page: https://github.com/rakhejabhai/Assembler.git
Author: Akash Rakheja
Author-email: rakhejaforu.ar@gmail.com
License: MIT
Description: # 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
Keywords: labs submissions
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
