Israel To World Salary Calculator ๐ฎ๐ฑ
February 5, 2025 ยท View on GitHub

A user-friendly web application built with Streamlit that helps convert salaries between Israeli Shekels (ILS) and major world currencies. Perfect for job seekers, employers, and anyone interested in understanding salary equivalents across different currencies.
Features
-
Israel to World Conversion: Convert monthly Israeli salaries to annual amounts in:
- US Dollar (USD) ๐บ๐ธ
- Euro (EUR) ๐ช๐บ
- British Pound (GBP) ๐ฌ๐ง
- Canadian Dollar (CAD) ๐จ๐ฆ
- Australian Dollar (AUD) ๐ฆ๐บ
- Japanese Yen (JPY) ๐ฏ๐ต
-
World to Israel Conversion: Convert annual world salaries back to monthly Israeli Shekels
-
Real-time Exchange Rates: Uses ExchangeRate-API for up-to-date currency conversion
-
Intuitive Interface: Clean, responsive design with interactive elements
-
Fallback Rates: Continues functioning even when API is unavailable
Installation
- Clone the repository:
git clone https://github.com/yourusername/israeli-salary-calc-utility-v2.git
cd israeli-salary-calc-utility-v2
- Install required dependencies:
pip install -r requirements.txt
- Set up environment variables:
- Get an API key from ExchangeRate-API
- Set the environment variable:
export EXCHANGERATE_API_KEY='your_api_key_here'
Usage
- Start the Streamlit application:
streamlit run app.py
-
Open your web browser and navigate to the provided local URL (typically http://localhost:8501)
-
Choose between:
- "Israel to World" tab to convert Israeli monthly salaries to annual world currencies
- "World to Israel" tab to convert annual world salaries to monthly Israeli Shekels
Dependencies
- Python 3.6+
- streamlit >= 1.29.0
- requests >= 2.31.0
- pycoingecko >= 3.1.0
Development
This application was developed by Daniel Rosehill using Sonnet 3.5.
License
[Add your chosen license here]
Contributing
[Add contribution guidelines if accepting contributions]