Amazing-Python-Scripts/Distance Conversion GUI at master · sohil1234/Amazing-Python-Scripts · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

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