Skip to content

Latest commit

 

History

History
 
 

Distance Conversion GUI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

DISTANCE UNIT CONVERTER or LENGTH UNIT CONVERTER

Description

This is a distance unit converter using which we can convert the distance from one unit to other.

Ex. cm to miles, feet to inches, etc.

Module used

  • Tkinter

If you don't have Tkinter installed on your machine you can write:

  • In command prompt
pip install tk
  • In conda prompt
conda install -c anaconda tk

Output


Initial window


Conversion performed


Warning message

Author

Tanvi Bugdani