rayleyva / traveltips

An app that computes tips, with reference to local currency.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travel Tips

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.

Getting started

This app is available on the iOS App 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

About

An app that computes tips, with reference to local currency.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%