Skip to content

This git contains scripts to retrieve a list of all starships from the Star Wars movies, sorted by the hyperdrive rating.

Notifications You must be signed in to change notification settings

MaMostafa/starships

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Starships

This git contains scripts to retrieve a list of all starships from the Star Wars movies, sorted by the hyperdrive rating.

Tasks :

  • 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.

Install for windows

use the requirements file "requirements.txt" to install required python libraries using pip:

pip install -r requirements.txt

About

This git contains scripts to retrieve a list of all starships from the Star Wars movies, sorted by the hyperdrive rating.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages