Yash71 / PLS-Manager

A GUI Application to auto install and setup different programming language compilers, interpreters and code editor setups.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PLS - Manager

A GUI Application to auto install and setup different programming language compilers, interpreters and code editor setups. This C++ Application makes use of the QT Framework.

Functionalities :

  • Downloading and setting up compilers and interpreters (Core)
  • Setting up the Path to Environment Variables
  • Installing Code Editors

Currently Supported Languages are

  • C/C++
  • Java
  • Python

Currently Supported Code Editors are

  • VS Code
  • Atom
  • Sublime Text Editor

Installation

Download the installer for windows to install PLS Manager.

Getting Started with this Project

Prerequisites

Qt Studio (Qt C++)

Importing

  1. Clone this repo
git clone https://github.com/Nitesh-13/PLS-Manager.git
  1. Open the folder and double click PLS.pro

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

This Project Is Licenced Under MIT

About

A GUI Application to auto install and setup different programming language compilers, interpreters and code editor setups.

License:MIT License


Languages

Language:C++ 96.3%Language:QMake 3.7%