Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntaraujo/killer
Windows Task Manager with special features, written in Python.
https://github.com/ntaraujo/killer
kivy kivymd psutil python tools windows
Last synced: 2 months ago
JSON representation
Windows Task Manager with special features, written in Python.
- Host: GitHub
- URL: https://github.com/ntaraujo/killer
- Owner: ntaraujo
- License: mit
- Created: 2021-02-24T19:51:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T15:26:09.000Z (over 3 years ago)
- Last Synced: 2024-10-01T08:24:04.715Z (3 months ago)
- Topics: kivy, kivymd, psutil, python, tools, windows
- Language: Python
- Homepage:
- Size: 304 KB
- Stars: 62
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Killer
That damn Chrome
⬇Download here · 👋 Join our discordTired of trying to kill processes with the default Windows Task Manager? Selecting one by one? So this is for you.
![Dark Mode](https://github.com/ntaraujo/killer/blob/main/data/samples/dark.PNG)
Killer is an app with concise design which displays the processes, let search between them, order by pid/name/cpu/memory
and kill multiple apps (or even all) at once. Besides that, you can also kill the children of the selected process(es),
which means, all the other processes created by these (no survival chance).When you download the installer it will guide you through the options, but there is no need to change anything. Just next next 😉
![Search and select all](https://github.com/ntaraujo/killer/blob/main/data/samples/search.PNG)
Tip: If you allow the creation of a desktop icon during the installation, "Ctrl+Shift+K" will open the Killer
Any issue or improvement suggestion can be sent in [our discord](https://discord.gg/MKG6qgJ964) or in the [issues tab](https://github.com/ntaraujo/killer/issues)
More features coming!
## 📝Notes
Tested on: Windows 10 64 bits
### Requirements
* Windows >= Vista, up to date, or Windows 10
* Open GL >= 2.0
* 100MB of free disk space for the installer, 37MB for the standaloneIf for any reason Killer didn't work on your Windows version/arch, please tell us.
[Open an issue](https://github.com/ntaraujo/killer/issues) or go to [our discord](https://discord.gg/MKG6qgJ964)
This app doesn't aims to be a complete task manager, even take place of the default one.
Understand also, despite being not a complete solution, these are the requirements by the tools chosen to proceed with this project.
Mainly the language and framework.### The [standalone executable](https://github.com/ntaraujo/killer/releases/latest/download/Killer.exe)
Despite requiring less space, it will be decompressed every time it is called, slowing down the startup and unallowing any configuration for being saved.
That is why the recommended way is using the installer `killer-setup.exe`## ⬆️Update
For updating this app, just download [![killer-setup.exe](https://img.shields.io/badge/-the%20newest%20release-blue)](https://github.com/ntaraujo/killer/releases/latest/download/killer-setup.exe)
and follow with the installation to the same folder used before.It's known the hotkey "Ctrl+Shift+K" may not work until the next user logon
As pointed out in [#2](https://github.com/ntaraujo/killer/issues/2), Killer versions < 0.7.3 can be misundertood as viruses due to specific compilation problems. If you experienced this, just update the app.
## 🔧 Contributing
Details on how to contribute to this project [here](https://github.com/ntaraujo/killer/blob/main/CONTRIBUTING.md).