Giter Site home page Giter Site logo

star-wars's Introduction

Star Wars

Application that should allow the user to find all the characters/people in a specific Star Wars movie Topics Resources.

Getting Started

I follow PEP8 Guide to write the code. You can check that the code is following PEP 8 by pasting your code to PEP8 online checker

Installing Dependencies

Python

Follow instructions to install the latest version of python for your platform in the Python Docs

Virtual Environment

I recommend working within a virtual environment whenever using Python for projects. This keeps your dependencies for each project separated and organized. Instructions for setting up a virtual environment for your platform can be found in the Python Docs. If you don't want to read the Python Docs, you could install virtual environment by:

on macOS and Linux

python3 -m pip install --user virtualenv

on Windows

py -m pip install --user virtualenv

then you have to create the virtual environment by:

On macOS and Linux

python3 -m venv env

On Windows

py -m venv env

finally you have to Activate the virtual environment by:

On macOS and Linux

source env/bin/activate

On Windows

.\env\Scripts\activate

You can confirm you’re in the virtual environment by checking the location of your Python interpreter, it should point to the env directory.

On macOS and Linux

which python

On Windows

where python

You could leave the virtual environment by:

deactivate

PIP Dependencies

Once you have your virtual environment setup and running, install dependencies by making sure you are in the right folder for the project. then, running:

pip install -r requirements.txt

This will install all of the required packages within the requirements.txt file.

Running the application

python3 main.py

Android application

star-wars's People

Contributors

youssefgalal-zz avatar

Watchers

Youssef Hatem avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.