LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/QUICK_START_GUIDE.md
docs/README.md
src/corally/__init__.py
src/corally.egg-info/PKG-INFO
src/corally.egg-info/SOURCES.txt
src/corally.egg-info/dependency_links.txt
src/corally.egg-info/entry_points.txt
src/corally.egg-info/not-zip-safe
src/corally.egg-info/requires.txt
src/corally.egg-info/top_level.txt
src/corally/api/__init__.py
src/corally/api/free_server.py
src/corally/api/server.py
src/corally/cli/__init__.py
src/corally/cli/calculator.py
src/corally/cli/currency.py
src/corally/cli/main.py
src/corally/core/__init__.py
src/corally/core/calculator.py
src/corally/gui/__init__.py
src/corally/gui/launcher.py
src/corally/gui/main.py
tests/test_api.py
tests/test_gui.py
tests/test_gui_api_connection.py
tests/test_gui_simple.py
tests/test_stop_button.py