A visualization tool for analyzing stage code data.
Before running the application, ensure you have the required dependencies installed:
pip install matplotlib- Prepare your stage code in a separate
.txtfile - Run the analyzer with your input file
- The tool will generate a visualization of the stage data
The analyzer produces a graphical representation of the stage analysis:
- Python 3.x
- matplotlib
# Clone the repository
git clone https://github.com/amusci/stageAnalyzer.git
# Navigate to the project directory
cd stageAnalyzer
# Install dependencies
pip install -r requirements.txtContributions are welcome. Please open an issue or submit a pull request.
MIT
