๐ Hey devs! I've been working on something super cool -- the Advanced Terminal Calculator! It's not just any old calculator. This baby combines a bunch of handy tools into one terminal interface. Whether you're a casual user or a pro, this calculator's got you covered. ๐
๐ Features
Imagine having a calculator that does more than just math. This one can convert units, fetch the weather, get the latest news, and even chat with OpenAI's ChatGPT. ๐ฒ Here's a quick rundown of what it can do:
- ๐ฑ Currency Conversion: Real-time exchange rates.
- ๐ฆ๏ธ Weather Updates: Get weather info for any location.
- ๐ฐ News Headlines: Stay updated with the latest news.
- ๐งฎ Advanced Math Functions: From basic arithmetic to complex operations.
- ๐๏ธ Voice Assistance: Results read out loud with TTS.
- ๐ History Logging: Track all your past calculations.
- ๐ข Unit Conversion: Convert between different units easily.
- ๐ก๏ธ Temperature Conversion: Switch between Celsius, Fahrenheit, and Kelvin.
- ๐ค GPT-3.5 Turbo: Chat with OpenAI's ChatGPT.
- ๐ Copy to Clipboard: Easily share your results.
โ๏ธ Getting Started
Setting it up is super simple:
- Clone the repo:
git clone https://github.com/SafwanAyyan/Calculator
- Install dependencies:
pip install -r requirements.txt
- Run the tool:
python calculator.py
๐จโ๐ป Developer Humor
Why do programmers prefer dark mode? Because light attracts bugs! ๐๐
Check it out and let me know what you think! ๐
Happy coding! ๐ปโจ
Top comments (0)