A sleek and interactive Python-based Unit Converter for quick and accurate conversions between various units. The application features a colorful user interface, progress bars, and intuitive feedback, making it easy and enjoyable to use. ๐
โข Conversion Options:
1. Kilometers to Miles
2. Miles to Kilometers
3. Celsius to Fahrenheit
4. Fahrenheit to Celsius
โข Progress Bar: Enjoy smooth progress animations using the tqdm library during conversions.
โข Colorful Interface: Improved visual appeal with colorama.
โข User-Friendly Input: Handles invalid inputs gracefully.
โข Replay Option: Perform multiple conversions in one session.
- Clone the repository:
git clone https://github.com/Goyam02/UNIT_CONVERTOR.git
- Navigate to the project directory:
cd UNIT_CONVERTOR
- Install the required libraries:
pip install colorama tqdm
- Run the program:
python unitconverter.py
- Follow the on-screen prompts to perform conversions.
โข Python 3.x
โข Libraries: colorama, tqdm
pip install colorama tqdm
Contributions are welcome and appreciated! ๐
To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Add feature"
- Push to your branch:
git push origin feature-name
- Open a pull request describing your changes.
Feel free to suggest new features or enhancements!
โข Colorama: For adding vibrant colors to the terminal interface.
โข TQDM: For seamless and elegant progress bars.
This project is licensed under the MIT License. Feel free to use and modify it for your projects.