A user-friendly Streamlit web app that converts salaries between Israeli Shekels (ILS) and major world currencies. Whether you're a job seeker evaluating offers, an employer benchmarking compensation, or anyone comparing salaries across borders, this tool makes the conversion quick and accurate with real-time exchange rates.
GitHub: https://github.com/danielrosehill/Israel-To-ROW-Salary-Converter-V2
V2 of Israel to ROW salary conversion utility (Streamlit)
Features
Israel to World: Convert monthly Israeli salaries to annual amounts in USD, EUR, GBP, CAD, AUD, JPY
World to Israel: Convert annual world salaries back to monthly Israeli Shekels
Real-time Exchange Rates: Uses ExchangeRate-API for up-to-date conversion
Fallback Rates: Continues functioning when API is unavailable
Intuitive Interface: Clean, responsive design with interactive elements
How to Use
Clone the repository, install the dependencies with pip install -r requirements.txt, set your ExchangeRate-API key as an environment variable, and run the app with streamlit run app.py. The interface provides two tabs: Israel-to-World for converting monthly ILS salaries to annual amounts in foreign currencies, and World-to-Israel for converting annual foreign salaries back to monthly ILS amounts.