- English translation
- French translation
- Search for installed / list available applications
- Search for installed / list available runtimes
- Install and remove applications
- Launch an installed application
-
Clone this repository
-
Install the required dependencies.
-
Open a terminal in the f* At the moment, it's the only way to launch the app. In the future, I will make a script to launch it.
-
Launch src/app.py with Python3:
python3 src/app.py
- Python 3
- PyQt6
- List repos
- Show History
- Add more tools to the toolstab
-
Create an new translation file Example: If you want to add French translation:
pylupdate6 src/app.py src/mainwindow.ui -ts src/translations/ja.ts -
Translate Use QtLinguist to open the created .ts file and translate the strings with it.
-
Generate the translation file
lrelease-qt6 src/translations/ja.ts -qm src/translations/ja.qm
