XP-Log-Manager is a tool designed to help users manage and analyze logs generated by the X-Plane flight simulator. This application provides a user-friendly interface for viewing, filtering, and exporting log data, making it easier for users to troubleshoot and optimize their X-Plane experience.
I created this tool to help with debugging X-Plane issues. The follow feature can be really useful to watch real time issues. You can monitor multiple logs at the same time. Create a zip to send to the developers. Analyze the log file to find the issue.
I hope this helps you to debug your X-Plane issues.
- Log Viewing: Easily view X-Plane logs in a structured format.
- Filtering: Apply filters to quickly find relevant log entries.
- Exporting: Export filtered logs for further analysis or sharing.
- User-Friendly Interface: Built with PyQt6 for a modern and intuitive user experience.
To install XP-Log-Manager, ensure you have Python installed on your system, then follow these steps:
-
Clone the repository:
git clone https://github.com/womail/XP-Log-Manager.git cd XP-Log-Manager
-
Install the required dependencies:
pip install -r requirements.txt
To run the application, execute the following command in your terminal:
For any questions or feedback, please contact [womail] at [[email protected]].
This has only been test on a Manjaro Linux Platform