About
The primary goal of the project is to design and develop a cross-platform learning app for children who are blind. The app is being built from the ground up using Qt for Python (specifically PySide6), with a focus on leveraging accessibility features of both Qt and the underlying platforms to ensure a seamless and inclusive user experience. Project Report: Math-Tutor
Installation:
Python: Since the application is developed in python. Python needs to be installed in your system.
Install PySide6, pandas, openpyxl
pip install pandas openpyxl PySide6
Cloning the repository:
Clone repository from the GitHub
git clone –b development https://github.com/zendalona/maths-tutor-v2.git
Running the application:
Go to the folder where the main.py file is
cd MathTutor
and run
python main.py
command to start the application.