ESO Crow

Intro
ESO Crow was created to help navigate the Elder Scrolls Online (without using way shrines). This can be quite handy when you’re new to the game or starting a new character.
Features
- Navigate Elder Scrolls Online using without using Way shrine Navigation. (Uses Dijkstra’s algorithm for Navigation using NetworkX)
- List of Locations and Zones. With all possible connections from each Location
- Contact form using WTForms w/ Recaptcha
Built Using
Front: HTML, CSS and a little JavaScript.
Back: Python with Flask and NetworkX
Python Libraries used:
- Flask
- Flask-Mail
- NetworkX
- WTForms