Skip to content

Latest commit

 

History

History
84 lines (62 loc) · 1.96 KB

README.md

File metadata and controls

84 lines (62 loc) · 1.96 KB

🧮 Unit Converter

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. 🚀


🌟 Features

•	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.

🚀 How to Use

  1. Clone the repository:
git clone https://github.com/Goyam02/UNIT_CONVERTOR.git
  1. Navigate to the project directory:
cd UNIT_CONVERTOR
  1. Install the required libraries:
pip install colorama tqdm
  1. Run the program:
python unitconverter.py
  1. Follow the on-screen prompts to perform conversions.

🛠️ Prerequisites

•	Python 3.x
•	Libraries: colorama, tqdm

Install the required libraries using:

pip install colorama tqdm

🤝 Contributions

Contributions are welcome and appreciated! 🎉

To contribute:

  1. Fork the repository.
  2. Create a new branch:
git checkout -b feature-name
  1. Make your changes and commit them:
git commit -m "Add feature"
  1. Push to your branch:
git push origin feature-name
  1. Open a pull request describing your changes.

Feel free to suggest new features or enhancements!

🏆 Acknowledgments

•	Colorama: For adding vibrant colors to the terminal interface.
•	TQDM: For seamless and elegant progress bars.

📜 License

This project is licensed under the MIT License. Feel free to use and modify it for your projects.

Happy converting! 😊