Skip to content

Kraust/OSCR-UI

 
 

Repository files navigation

OSCR-UI

PyPI version

User Interface for the OSCR parser.

Companion Web Application

The STOCD team provides a companion web application for OSCR located at oscr.stobuilds.com. This allows users to view and download combat log data without OSCR installed, however uploads and more detailed analysis of combat logs requires OSCR.

Windows Users

For Windows users we have an installer available on the Releases page.

Installation

PyPI

python3 -m pip install OSCR-UI

Github

python3 -m pip install git+https://github.com/STOCD/OSCR-UI.git

Running

oscr

Development

It is recommended to use a python virtual environment to house this app.

# Clone the repository
git clone https://github.com/STOCD/OSCR-UI.git
cd OSCR-UI

# Set up the virtual environment
virtualenv venv

# Windows
.\venv\Scripts\activate

# Linux
source ./venv/bin/activate

# Install OSCR + Requirements.
python3 -m pip install .

Companion Web Application

The STOCD team provides a companion web application for OSCR located at oscr.stobuilds.com. This allows users to view and download combat log data without OSCR installed, however uploads and more detailed analysis of combat logs requires OSCR or a parser that supports interracting with OSCR's backend such as CLA.

About

Frontend for the OSCR parser.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • Nix 0.5%