LogSentry is a powerful and easy-to-use tool for monitoring Windows event logs in real-time, designed to enhance the security and management of your Windows environment.
-
Real-Time Monitoring: LogSentry provides real-time monitoring of Windows event logs, helping you stay on top of critical events, security incidents, and system changes as they happen.
-
User-Friendly Interface: LogSentry's intuitive interface and straightforward setup make it accessible to both beginners and experienced users.
-
Install Python: Download and install Python from python.org.
-
Install Dependencies: Run the following commands to install required dependencies:
pip install asyncio
andpip install term-image
-
Clone the Repository: Clone this repository to your local machine.
git clone https://github.com/YourUsername/LogSentry.git
andcd LogSentry
Run LogSentry using the following command:
python3 main.py
You can package LogSentry into a standalone executable (.exe) using PyInstaller.
Contributions to LogSentry are welcome! Feel free to submit issues or pull requests to help improve this tool.
This project is licensed under the MIT License.
Disclaimer: LogSentry is provided as-is and is not responsible for any unauthorized access or use of your Windows event logs. Always follow best practices for system security and data privacy.