TonyPiRobot
A PyQt5-based desktop application for robot control and management with a modern GUI interface.
📋 Table of Contents
About The Project
TonyPiRobot is a desktop application built with PyQt5 that provides a comprehensive interface for controlling and managing robot systems. The application features a modern GUI with web engine capabilities, network communication, and positioning services.
Built With
- Python 3.7
- PyQt5 - GUI framework
- Qt5 WebEngine - Embedded web browser
- Qt5 Network - Network communication
- Qt5 Positioning - Location services
Getting Started
Prerequisites
- Windows 10/11 (64-bit)
- Python 3.7 (if running from source)
- Git (for cloning the repository)
Installation
Option 1: Using Pre-built Executable (Windows)
- Download the latest release from the releases page
- Extract the
mainfolder - Run
main.exefrom the extracted folder
Option 2: Running from Source
-
Clone the repository
git clone https://github.com/yourusername/TonyPiRobot.git -
Navigate to the project directory
cd TonyPiRobot -
Install dependencies
pip install PyQt5 pip install netifaces -
Run the application
python main.py # or if you have the source file python -m main
Usage
Launch the application by running main.exe (Windows) or executing the Python script. The application provides a graphical interface for robot control and management.
Key Features
- Modern GUI Interface: Built with PyQt5 for a responsive and intuitive user experience
- Web Engine Integration: Embedded web browser capabilities for displaying web-based content
- Network Communication: Built-in network support for robot communication and data transfer
- Positioning Services: Location and positioning features for robot navigation
- Cross-platform Ready: Windows executable included, can be built for other platforms
Screenshots
Add screenshots or GIFs of your project here once available.

Roadmap
Planned features and future improvements:
- Linux and macOS builds
- Enhanced robot control protocols
- Real-time sensor data visualization
- Remote control capabilities
- Configuration management system
- Logging and debugging tools
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Contact
Project Link: https://github.com/yourusername/TonyPiRobot
Acknowledgments
- PyQt5 - Python bindings for Qt5
- Qt Framework - Cross-platform application framework
- Shields.io - Badge generation
- Choose an Open Source License - License guidance