A Linux Kernel Manager for ArchLinux
Go to file
YourSandwich d70ac88d1b
A simple update after a year
why did i use two foreach loops?
2022-05-22 12:50:47 +02:00
getKernelInfo.py A simple update after a year 2022-05-22 12:50:47 +02:00
icon.png Add files via upload 2021-04-30 02:47:06 +02:00
Installing.png Last step before base 2021-05-02 07:14:44 +02:00
LICENSE Initial commit 2021-04-29 16:16:33 +02:00
main.py Release 1.0 2021-05-02 15:43:51 +02:00
README.md Release 1.0 2021-05-02 15:43:51 +02:00

KernelChan

A Linux Kernel Manager for ArchLinux

This Project is FOSS do with it, waht you want.

This is my first time using PySide/PyQt.

Compilation dependencies: Python3 PySide2 python-beautifulsoup4 PyInstaller

Compilation: pyinstaller --name="KernelChan" --icon=icon.png --onefile --windowed main.py