Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.56 KB

File metadata and controls

57 lines (33 loc) · 1.56 KB

Python Unit Converter

Overview

The Python Unit Converter is a web application built using Streamlit that allows users to convert various units of measurement. The application supports conversions for length, weight, temperature, volume, and time, providing a user-friendly interface with a dark mode option.

Features

  • Multiple Conversion Types: Convert between different units of length, weight, temperature, volume, and time.
  • Dark Mode: Toggle between light and dark themes for a better user experience.
  • Responsive Design: The application is designed to be user-friendly and responsive.

Technologies Used

  • Python
  • Streamlit
  • HTML/CSS for styling

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Abdullah-Ikhlaq/python-unit-converter.git
    cd python-unit-converter
    
  2. Install the required packages:

Make sure you have Python installed. Then, install Streamlit using pip:

pip install streamlit
  1. Run the application:

Start the Streamlit server:

streamlit run app.py

This will open the application in your default web browser.

Usage

  1. Select the type of conversion you want to perform from the sidebar.
  2. Choose the units you want to convert from and to.
  3. Enter the value you wish to convert.
  4. The result will be displayed below the input fields.

Contributing

Contributions are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.

Author

Abdullah Ikhlaq