Skip to content

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. ๐Ÿš€

License

Notifications You must be signed in to change notification settings

Goyam02/UNIT_CONVERTOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฎ 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! ๐Ÿ˜Š

About

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. ๐Ÿš€

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages