This git contains scripts to retrieve a list of all starships from the Star Wars movies, sorted by the hyperdrive rating.
- Use The Star Wars API to access all Star Wars Movies data.
- Retrieve the data related to starships and save them in a list of Objects.
- Sort this list according to the hyperdrive rate of starship.
- Display the sorted list.
use the requirements file "requirements.txt" to install required python libraries using pip:
pip install -r requirements.txt