PyEducate is a dynamic, socket-powered Python educational app with a sleek PySide6 GUI, built for engaging offline, gamified learning over local networks.
- Python 3.9.2+
- 💻 Windows OS (Cross-platform has not been tested yet)
- 🚫 No internet connection required (runs on the local network)
git clone https://github.com/shegue77/PyEducate.git
cd PyEducate
# Install dependencies
pip install -r requirements.txt# Run server & editor
python server.py# Run server CLI
python server-cli.py# Run client
python client.py- PyEducate Wiki
- Installation & Setup
- Contributing
- Frequently Asked Questions
- Demo Videos
- Future Roadmap
Licensed under GPLv3 - see the LICENSE file for details.