Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 829 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 829 Bytes

What's in My Bag (WIMB)

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.

wimb

Dependencies

  • Python
  • Git (optional)

Install and Run

  1. Make sure Python is installed on your system.
  2. 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.
  3. Switch to the wimb directory, and run ./wimb.py to start the application.
  4. Point the browser to http://127.0.0.1:8888 to access and use the application.