A growing Python project exploring currency conversion, exchange rate APIs, and financial data workflows.
- Basic calculator (CLI-based)
- Currency exchange rates via REST API
- Currency conversion logic
- Input validation and error handling
- Support for multiple arithmetic operations
src/– main application logictemp/– experiments and early learning code (not part of final system)
- Python
- REST API (ExchangeRate API)
- requests
- CLI calculator
- API integration
- basic currency conversion
- improve conversion logic
- better structure (modules, separation)
- error handling & validation
- visualization (matplotlib / plotly)
- historical exchange rates
- data analysis features
- web interface (JS / frontend)
- integration with Excel / Power BI
- cloud-based data processing
This project is not just a calculator.
It is a learning environment to understand:
- API integration
- data processing
- system design
- building useful tools step by step
Currently under active development.