Metadata-Version: 2.1
Name: hashbrown
Version: 4.4.1
Summary: A Python library for Runge-Kutta 4th order solver and interpreter. Designed for students in KSA.
Home-page: https://github.com/iamchoking/Hashbrown
Author: Hyungho Chris Choi
Author-email: iamchoking247@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: openpyxl
Requires-Dist: matplotlib
Requires-Dist: numpy

# **hashbrown**

![hashbrown_Logo](https://raw.githubusercontent.com/iamchoking/hashbrown/master/HashBrownLogo.png)

A Runge-Kutta 4th order solver program for initial value differential equations

## Developed, Documented and Managed by Hyungho Choi

### Designed Specifically for Students in Korea Science Academy of KAIST

For installation, simply open command prompt and type:

    pip install hashbrown

*NOTE: you need tkinter for plotting and animation. It should be installed as default, but if it isn't, more info [here](https://tkdocs.com/tutorial/install.html#installwin)*

if something goes wrong, try the manual installation.

For manual Installation, download the Latest ZIP release [here](https://github.com/iamchoking/hashbrown/releases) and follow the [Manual Installation Guide](https://github.com/iamchoking/hashbrown/blob/master/Manual_Installation_Guide.txt)

**Documentations** listed [here](https://github.com/iamchoking/hashbrown/raw/master/hashbrown_Program_Documentation.pdf)
*+ demo & tutorial source codes [here](https://github.com/iamchoking/hashbrown/tree/master/tests)*

If you run into problems, maybe the [Developer Troubleshooting Guide](https://github.com/iamchoking/hashbrown/blob/master/Developer_Troubleshooting.txt) might help (simple bug fixes are frequently updated here). If this doesn't work, contact one of the developers (shown in the github repository).

Find the github repository [here](https://github.com/iamchoking/hashbrown) (for previous versions with patch notes)

For KSA Students, Best of luck on your exams. And say hi to YDK for me please.


