A no-frills web app powered by the Python Bottle framework. As the name suggests, the app can help to keep tabs on the contents of your bag. It can be useful for photographers lugging around large amounts of photographic equipment, or anyone who has too much stuff is their bags.
- Python
- Git (optional)
- Make sure Python is installed on your system.
- Clone the project's GitHub repository using the
git clone https://github.com/dmpop/wimb.git
command. Alternatively, download the latest version of the application as a ZIP archive and extract it. - Switch to the wimb directory, and run
./wimb.py
to start the application. - Point the browser to http://127.0.0.1:8888 to access and use the application.