Make Elemental path grinding 10000x easier!

These scripts use PYTHON to work. Please have python installed on your machine!!


pathfilter.py

download

This script takes your inventory (inv.txt) and path (path.txt) and merges them together to remove any items you already own. This script may be buggy with elements with an "=" sign, but should work otherwise. No extra dependencies require installation.


linebyline.py

download

You must install pyperclip in this script's environment! This script takes your outputted file from the pathfilter script and makes it easier to grind by copying combos to your clipboard. You may press enter to delete the line and move to the next one, or skip to NOT delete the line and still move on. Your text file will not be affected until you type "quit" (not pressing Alt+F4 or close window)

How do I install pyperclip?


Open your command prompt and direct to where the python script and paths are stored. Paste the following in your command prompt once you've navigated to that folder:

python -m pip install pyperclip