This is a simple Python application that generates random data and displays it on a real-time graph using Matplotlib and Tkinter libraries. The application provides buttons to start, pause and stop the graph.
- Clone the repository
- Change directory: cd real-time-graph
- Install dependencies: pip install -r requirements.txt
- Run the application: python main.py
- Press the "Start" button to begin generating and displaying random data on the graph.
- Press the "Pause" button to pause the graph. Press it again to resume.
- Press the "Stop" button to stop the graph and close the application.
- Dependencies
- Python 3.x
- Matplotlib
- Tkinter