This cross-platform app was generated by Briefcase - part of The BeeWare Project. If you want to see more tools like Briefcase, please consider becoming a financial member of BeeWare.
Calculate tips in local currency while you're travelling.
This app is available on the iOS App Store and Google Play Store.
To run the app locally, clone the code, create a virtual environment, and install Briefcase:
$ git clone https://github.com/freakboy3742/traveltips.git $ cd traveltips $ python -m venv venv $ source venv/bin/activate (venv) $ pip install --upgrade pip (venv) $ pip install briefcase
You can then run the app in development mode:
(venv) $ briefcase dev
Or, you can run it as a desktop app:
(venv) $ briefcase run
Or, you can run it as an iOS app:
(venv) $ briefcase run iOS
Or, you can run it as an Android app:
(venv) $ briefcase run android