I'm really happy that you're reading this. Wait no more and let us proceed to the installation process.
pKiLL is a program that I've created which can be used to start/restart or end unresponsive applications in linux. The GUI helps to achieve this with ease.
The app can be used to start/restart or end an application.
Type the name of the application in the input field.
- 
Start - runs the application
 - 
Restart - restarts the application if the application is already running
 - 
End - the application process will be killed
 
Clone the repository to your system.
git clone https://github.com/sreehariskumar/pKiLL.gitNavigate to the folder.
cd pKiLLGrant execute permission to the begin.sh script to make the script executable.
chmod +x install.shRun the install.sh script to install necessary dependencies for the smooth functioning of the application.
./install.shOnce the installation has completed, run the following command to open the app:
python3 pKiLL.py