Code Monkey home page Code Monkey logo

themartianchronicles's Introduction

MARS MAN

Fetch Images from NASA's Curiosity Rover

Introduction

Hello Earthlings. Myself Kshitij Thareja.

Have you ever wondered what Mars actually looks like? How do scientists and space enthusiasts carry out their research related to the 'Red Planet'. There's a lot of data derived from rovers which are launched by various space research centers. One such rover is Curiosity, launched by NASA on 26 November, 2011.

This application fetches images from the Mars rover API, a facility provided by NASA. With a simple and user-friendly interface, you can easily browse through the images based on a specific date, and save or share photos with others.

Getting Started

To get started, simply clone this repository and create a virtual environment in the cloned directory Then install the required packages from requirements.txt file given in this repository.

$ git clone https://github.com/KshitijThareja/TheMartianChronicles.git

$ cd TheMartianChronicles

$ python3 -m venv myvenv

$ source myvenv/bin/activate

$ pip3 install -r requirements.txt

Then you can run gui.py to start the application. Don't forget to use your API key, which you can get from NASA APIS

Add the API key to line 395 of main_window.py file.

secret=str(os.getenv('SECRET'))

You can put you key in place of the environment variable used here.

secret="Your_API_Key"

UI of existing application

Main window

Main Window

Image screen

Image screen

Email window

Email window

Mail sent through application

Sample Mail

Working application

You can see how the GUI of the application works in the video given here

themartianchronicles's People

Contributors

kshitijthareja avatar

Watchers

 avatar

Forkers

wreck-x

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.