DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
551 stars 259 forks source link

Fix: Add Access Key Definition and URL Construction in currency.py #355

Closed vignesh1507 closed 1 month ago

vignesh1507 commented 1 month ago

Key Fixes:

  1. Defined YOUR_ACCESS_KEY.

  2. Used an f-string for cleaner URL construction.

3.Changed the amount input to float to handle decimal amounts.

Make sure to replace 'YOUR_ACCESS_KEY_HERE' with your actual API access key from Fixer.io.