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.
- 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.
- Python
- Streamlit
- HTML/CSS for styling
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Abdullah-Ikhlaq/python-unit-converter.git cd python-unit-converter -
Install the required packages:
Make sure you have Python installed. Then, install Streamlit using pip:
pip install streamlit
- Run the application:
Start the Streamlit server:
streamlit run app.py
This will open the application in your default web browser.
- Select the type of conversion you want to perform from the sidebar.
- Choose the units you want to convert from and to.
- Enter the value you wish to convert.
- The result will be displayed below the input fields.
Contributions are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.
Abdullah Ikhlaq