Skip to content
/ MRME Public

Mars Rovers Media Explorer is a tool to explore pictures taken by NASA Mars rovers. Built with Python, CustomTkinter and NASA Open APIs.

License

Notifications You must be signed in to change notification settings

teoff9/MRME

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MRME - Mars Rovers Media Explorer

MRME is a tool to explore the thousands of pictures taken by NASA Mars rovers Perseverance, Curiosity, Opportunity and Spirit. The program was created with Python and the CustomTkinter package for the GUI. The pictures are fetched through the NASA API "Mars Rover Photos".

Installation

Requirements

To run this program you need Python 3 and pip3 package manager. You can download Python 3 at the official site, while pip3, if not already installed with Python can be downloaded here.

Get the files

Get the files either by cloning the repository with git CLI:

git clone https://github.com/teoff9/MRME

or downloading the zip.

Launching the program

On Windows

Open the command line and type:

cd C:\path\to\where\you\donwloaded\the\files\MRME-main

then type:
python3 setup.py
once the setup is done, proceed to type:
python3 MRME.py

On other systems

Open the command line or shell and type:

cd /path/to/where/you/donwloaded/the/files/MRME-main

then type:
python3 setup.py
once the setup is done, proceed to type:
python3 MRME.py

Contribute to the project

If you would like to contribute to MRME, feel free to create a pull request.

About

Mars Rovers Media Explorer is a tool to explore pictures taken by NASA Mars rovers. Built with Python, CustomTkinter and NASA Open APIs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages