Tool to discover profitable trade opportunities when traveling from one location to another in the computer game Freelancer
This tool written in Python uses data from www.dscorp.de to find profitable trades when traveling from one location to another in the computer game Freelancer.
In the GUI simply select system and location you are departing from in the left two combo boxes and destination system and location in the right two combo boxes. The tool will display the profit for all possible trades and highlights the most profitable one.
After cloning this repo install missing Python modules:
pip install pandas
pip install pyqt5
