An elegant (cursed) rewrite of Rhino Linux's rhino-system utility in flet.
The original application is not responsive to different screen sizes, the window doesn't even scale, my rewrite addresses these responsiveness issues, it also uses a new backend.
Yes, it's a complete, fully-functional rewrite.
-
Clone the repository:
git clone https://github.com/IMYdev/rhino-system-ng cd rhino-system-ng -
Set up a virtual environment (recommended):
python3 -m venv .venv source .venv/bin/activate -
Install the dependencies:
pip3 install -r requirements.txt
-
To build the application:
flet build linux
Note that the whole build/linux folder IS the build, not just the small executable in there, so when shipping a build, ship that whole directory's contents.
Contributions are welcome! bug fixes, and/or improvements are truly appreciated.
- Rhino Linux developers for Rhino Linux.
This project is open-source and available under the GPLv3 copyleft.
