Skip to content

pyrus-code/Converter3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Simple Unit Converter

A simple and user-friendly desktop application for converting units, built with Python and Tkinter. This project is my first solo application, created as a way to learn and practice core programming concepts.

Image

πŸ“– Description

This project is a graphical unit converter that allows users to easily switch between kilometers and miles. It was developed as a personal challenge to understand GUI (Graphical User Interface) development, handle user input, and manage application state. The goal was to create a functional, intuitive tool while exploring the capabilities of Python's built-in Tkinter library.

✨ Features

This converter comes with several user-friendly features:

  • Two-Way Conversion: Convert from Kilometers to Miles or from Miles to Kilometers.
  • Customizable Precision: Choose the number of decimal places (1, 2, or 3) for the result.
  • Conversion History: The application remembers your last 5 conversions, which you can view at any time.
  • Input Validation: Ensures that only valid numbers are entered for conversion.
  • User-Friendly Interface: A clean and simple GUI with clear buttons and menus for a straightforward experience.

πŸš€ How to Run

This application is built entirely with Python's standard library, so you don't need to install any external packages.

  1. Make sure you have Python installed on your system (version 3.x is recommended).
  2. Clone or download this repository to your local machine.
  3. Navigate to the project directory in your terminal:
    cd path/to/your/project-folder
  4. Run the application with the following command:
    python Converter3.py
    The application window should now appear on your screen.

πŸ› οΈ Technologies Used

  • Programming Language: Python
  • GUI Library: Tkinter (Python's standard GUI package)

πŸ“œ License

This project is licensed under the MIT License. See the LICENSE file for more details.


Thank you for checking out my first project! Any feedback or suggestions are welcome.

About

A simple unit converter from Kilometers to Miles built with Python and Tkinter.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages