Skip to content

MildlyInterested/ConsoleLog_GraphGenerator

Repository files navigation

ConsoleLog_Graphgenerator

Webapp to generate graphs from Arma 3 server logs

Installation

Clone this repository and run the following command to install the required packages:

pip install -r requirements.txt

Then run the following command to start the website:

streamlit run ./streamlit.py

Add your logs to the logs folder with the following structure:

log_data
├── Operation
│ ├── server_console.log
│ ├── arma3server.rpt
├── Operation2
│ ├── server_console.log
│ ├── arma3server.rpt

Navigate to http://localhost:8501/ and select the log you want to generate a graph for.

About

(Hopefully) generates nice Graphs from Arma 3 console log data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages