Currency Converter — a simple currency converter with support for multiple languages.
Allows quick conversion between USD, EUR, and UAH, with the option to choose the interface language.
- Support for 6 languages: Ukrainian (UA), Russian (RU), Spanish (ES), French (FR), German (DE), Polish (PL)
- Simple and clean graphical interface on Tkinter
- **Options** button to change the language
- Light blue background for pleasant viewing
- Support for future additional currencies and resources
Installation and Launch
1. Make sure Python 3.x is installed
2. Install the Pillow library for potential background (optional):
```bash
pip install pillow