pyBegin / projects / weights-in-different-planets-gui
🧮

Weight Calculator for Different Planets

This is a simple Python mini-project created using Tkinter to calculate weight on different planets in our solar system.

210 lines🖥 Desktop only

Weight Calculator for Different Planets

This is a simple Python mini-project created using Tkinter to calculate weight on different planets in our solar system.

Overview

This application allows users to input their weight on Earth and then calculates their weight on various planets. It provides the functionality to calculate weight on Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, Sun, and Moon.

Features

Usage

  1. Enter your weight in the provided input field.
  2. Click on the corresponding planet button to see your weight on that planet.
  3. The calculated weight will be displayed below the input field.

Output Screenshot

alt text

Dependencies

Pyodide-runnable

No — it uses tkinter, a desktop GUI toolkit unavailable in the browser.