This program allows you to turn websites into apps on your linux device, they will be added to the application menu quickly. NOTE: This program does NOT create the installable packages, but through a python code allows ONLY ON YOUR COMPUTER to use them as apps
- Run
wget https://github.com/IlNonoP/SonneWebApp/raw/refs/heads/main/Installation.sh && bash Installation.sh
in your terminal and wait - Open the app from the system app launcher
- Install Tkinter package for your linux distribution
- Download the last relase and unzip install
- Execute
python3 main.py
- The installation is complete! Now you can use the program!!!
- Run
wget https://github.com/IlNonoP/SonneWebApp/raw/refs/heads/main/Uninstallation.sh && bash Uninstallation.sh
in your terminal
N.B.: All the WebApp addedd will be permanently remove
The program should be clear, there are 2 buttons and a text
Add web app: With this button you can add your websites
Remove site: With this button you can remove your websites
Existing site: With this text you can see the apps created with SonneWebApp.
From this screen you will be able to add the websites
There are four fields:
- Name: Here you need to name the app.
- Site: Here you need to enter the website to connect to, note that both https and http are fine, but https self-signed certificates sometimes give problems
- Scale: Here you will need to enter the scale at which to display the page, example 2.0, 1.7, 1.0
- Add icon: With this button a file manager window will appear, you will be asked to select the app icon, currently only .ico format is supported. Even if nothing changes after selecting the icon rest assured, it will still be added. The icon will be copied to the program folder, so then you can delete it from the system without any problems
After filling in all the fields you can press “Add site” to create the app. If there are any errors an on-screen warning will be shown saying the problem
To see the newly created app on the home screen you need to restart the script
From this screen you can remove apps created exclusively with SonneWebApp
There is only the name field, here you will have to enter the name of the app you want to delete. NOTE: The name is case sensitive.
For support, email [email protected] or open an issuse on GitHub