Installation Instructions
Follow these steps to set up the Tunisian Thonny Pack with Qt5 and the schools plugin correctly.
Download the Pack
Go to the Home page and click the download button to get the installer containing both Thonny and Qt5 dependencies.
Install Thonny
Run the installer. Choose "Standard Installation". Ensure the path is easy to find (e.g., C:\Program Files\Thonny).
Install the Plugin
Open Thonny. Go to top menu: Tools > Manage Plugins....
In the "Search" box, type thonny-tunisiaschools and click Install.
Alternatively, open the Shell (bottom of Thonny) and run this command:
Configure Qt5
Go to Tools > Options > Interpreter. Verify that the backend is using the Python 3 version bundled with the pack, which includes the Qt5 libraries.
Verification
Open a new file, import PyQt5, and write a small 'Hello World' program. If it runs without errors, your setup is complete.