Interactive Python tool with GUI for generating, visualizing, and analyzing random walks. Features animated plots, 15+ metrics, and customizable visualizations. Built with Tkinter and Matplotlib.
master
vitaly921
- The Readme.md file has been updated; - LICENSE and requirements.txt files have been added
Update README.md
- All text in the settings window has been translated into English; - Bug with incorrect window size when there is no metrics selection in the animation has been fixed; - Settings window icon has been added.
fix: - Fixed an animation error: now, when the user chooses two ways to display graphs, they are displayed in separate windows and played in parallel; - Fixed a problem with displaying the first point when selecting a linear graph, and also changed its color; feat: - Fields have been added to the settings window to specify the number of random walk points and the maximum step length, which the user can set independently; - Improved the conditions under which the "Create" button remains inactive. Now, in addition to selecting at least one type of graph, you also need to enter numeric data in the line indicating the number of points. style: - Added comments.
docs: add comprehensive README in English
- The Readme.md file has been updated; - The bug of displaying the flag in the animation repeat button when selecting the static display method has been fixed.