/shipCostCalc

Tools for Eve Online

Primary LanguagePythonMIT LicenseMIT

Ship Cost Calculator

Requirements
Python 3.7
Git

Installation Run the following commands to clone the git repository and move into the repo directory

git clone https://github.com/Jeklah/shipCostCalc.git
cd shipCostCalc/

Run the following command to install dependencies

pip install -r requirements.txt

Using the Tool
Run the script by running the following command from the shipCostCalc folder. You could also run it directly from the scripts folder using python ships.py.

python3 scripts/ships.py

Notes

python3 and pip executable name may rely on your version installed. If python3/pip does not work, the following are worth trying:

pip3
pip3.7
pip3.8
python3.7
python3.8

For the Future
Please make an issue on what ship people would most like to see added next using the templates in the .github folder and make an issue on the issue page using it so I can keep track of what's most wanted.
Just add your name to an open ship issue to vote, to avoid duplicate ship threads.
I plan on adding research time into this, how deep would everyone like me to go? Add your name to the issue I will create along with any comments regarding this. Please create issues on what else you would like to see done.

Enjoy