This is a DSA collaboration for project 3 of creating a interface and using a selected Data Structure and/or Algorithm. Collaborators are -Trinity Saunders, Pamela Moriarty and Elizabeth Marie Kallman
In your python terminal run command python -m tkinter and pip install pillow. Pillow helps to resize the gui It comes pre-installed due to having python already installed. The only way to contribute to the repository is to first clone the repo. I recommend using github desktop for simplicity but using git in the terminal is also an option
Contributors can work on their branch locally, commit changes and then push the changes to their branch.Push command - TLDR: Make a branch, make your changes, push changes to branch. We can review the code changes together, and if everything works, we can merge that branch into the main branch.Heres a video explanation too: https://youtu.be/iv8rSLsi1xo?si=b3OtKKNZZ-EHX3_z
The general goal is that we show our working path-finding algorithm. After Clicking into this screen, this window will close and the next window will open.
Our general Idea is to Start at a source node(our location) and finish at a target node(charging station). By using the shortest path, we can preserve the energy of our electric vehicle and reach our charging station quickly.
Integrating our collected data in the repo