A Python application for visualizing CSV data with customizable graphs.
- Load CSV files with at least 2 columns
- Create multiple graph views
- Select different columns for X and Y axes
- Auto-detects datetime columns
- Save graphs as PNG, JPEG, PDF, or SVG
- Interactive matplotlib toolbar for zooming, panning, etc.
- Install the required packages:
pip install -r requirements.txt
You can run the application using:
python LandMarkCSVReader.py
Or
python run.py
- Click "Open CSV" to load a CSV file
- The application will automatically create an initial graph
- Use the dropdowns to select X and Y axis data
- Add additional graphs with the "Add Graph" button
- Save any graph using the "Save Graph" button
- Python 3.6+
- PyQt6
- Matplotlib
- Pandas