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.
- Introduction
- Installation
- GUI Preview
- About Me
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!
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!
Untitled.mp4
I'm a S1Btech EAC student in Amrita Vishwa Vidyapeetham and am a member of amFoss. I am currently learning software and GUI development.