Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mckib2/ecen777_proj1
https://github.com/mckib2/ecen777_proj1
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mckib2/ecen777_proj1
- Owner: mckib2
- Created: 2018-10-05T04:35:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T20:13:51.000Z (over 6 years ago)
- Last Synced: 2024-10-31T10:12:08.656Z (2 months ago)
- Language: Python
- Size: 543 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
Using Python 3 (will probably not work using Python 2), run `python -m pip install -r requirements.txt` to install dependencies.
## GUI
To run GUI, run `python3 gui.py`.
## Scripts
`proj1.py` contains the bulk of the code. My python ports of Pade, Prony,
Shanks, and convm are also included.