The Dynamic Chart Widget is a Python GUI application built using Tkinter that displays a dynamic chart with real-time data visualization.
Sister projects:
-
- Simulating voice data with customizable parameters such as pitch, duration, and noise.
-
- A customizable graphical representation of a gauge.
- Dynamic Updates: The chart updates dynamically with real-time data, providing a live visualization.
- Customization: Users can customize the appearance of the chart by adjusting parameters such as color range and amplification factor.
- User Interaction: The user can randomize the colors used in the chart.
To run the application, ensure you have Python installed on your system. You can download Python from the official website.
-
Install the required dependencies.
pip install numpy matplotlib
-
Clone or download the project files to your local machine.
git clone https://github.com/Dongli99/PY-dynamic-chart
-
Navigate to the project directory.
cd PY-dynamic-chart
-
Run the
dynamic_chart.py
file:python dynamic_chart.py
-
Click Go to run the live chart.
-
Click Lucky to randomize the color of bars.