Skip to content

QuantuM410/Mars_Rover_GUI

Repository files navigation

Martian Glimpse

A GUI which lets the user to pick parameters such as date and camera, and fetch images according to the parameters selected by the user. The user is able to email all of the images fetched to multiple recipients at the same time.

Content

  • Introduction
  • Installation
  • GUI Preview
  • About Me

Hi, I'm Kartikey! 👋

Martian Glimpse is a GUI project I worked on learning PySide6 for GUI development. It calls for images from Mars_Rover_API according to user assigned parameters. The user can preview the images and can even send a mail to multiple recipients with all the fetched images as attachment!

Installation

Install requirements.txt with

pip install -r requirements.txt

or

pip3 install -r requirements.txt

To run the GUI just type

python main.py

Create a .env file in the main directory and enter the credentials as

api_key = {Your_API_KEY}
fromail = {Your_Mail}
pswd = {Your_APP_Password}

Your Mail should be the one you used to generate the App password from GMAIL.

NOTE :

Dont use your gmail password, Generate an APP PASSWORD from you gmail account
For sending mail to multiple recipients just separated their mails with a ',' [comma]

Now you are good to go!

GUI Preview

Untitled.mp4

🚀 About Me

I'm a S1Btech EAC student in Amrita Vishwa Vidyapeetham and am a member of amFoss. I am currently learning software and GUI development.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published