https://github.com/rod-persky/simple-four-bar
Simple python four bar linkage simulation
https://github.com/rod-persky/simple-four-bar
Last synced: 4 months ago
JSON representation
Simple python four bar linkage simulation
- Host: GitHub
- URL: https://github.com/rod-persky/simple-four-bar
- Owner: Rod-Persky
- License: mit
- Created: 2014-06-09T03:01:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-09T03:12:48.000Z (almost 11 years ago)
- Last Synced: 2024-11-29T23:12:17.490Z (6 months ago)
- Language: Python
- Size: 129 KB
- Stars: 3
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple Four Bar
===============Simple python four bar linkage simulation. This was for a university assignment, if you're coming across it for the assignment please be aware that python is not the recommended language and that the methods used are 'unique' inasmuch as it would be recognisable if copied.
Requires
--------The main code doesn't require much, however to have a complete system you'll need:
* MatPlotLib,
* Numpy,
* PyParsing,
* Python,
* Python Dateutil,
* pytz, and
* six