Skip to content

Files

Latest commit

 

History

History
40 lines (32 loc) · 963 Bytes

File metadata and controls

40 lines (32 loc) · 963 Bytes

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