KernelChan/README.md

17 lines
310 B
Markdown
Raw Normal View History

2021-04-29 16:16:33 +02:00
# KernelChan
2021-05-02 15:43:51 +02:00
2021-04-29 16:16:33 +02:00
A Linux Kernel Manager for ArchLinux
2021-04-29 16:18:09 +02:00
2021-04-30 20:13:20 +02:00
This Project is FOSS do with it, waht you want.
2021-04-29 16:18:09 +02:00
2021-04-30 20:13:38 +02:00
This is my first time using PySide/PyQt.
2021-05-01 16:01:45 +02:00
2021-05-02 15:43:51 +02:00
Compilation dependencies:
Python3
PySide2
python-beautifulsoup4
PyInstaller
Compilation:
pyinstaller --name="KernelChan" --icon=icon.png --onefile --windowed main.py