Home   Forum | Catalog | View cart | Contact 

grocget

downloads

This program will help you do your grocery shopping faster and more reliably.

I have used this technique for many years now and reduced the average 70 minute grocery excursion to about 20 minutes.


Screenshot:
Benefits:
  • You'll save money by not buying things that you don't need, just stick to the list.
  • You'll save time by not running randomly through the store getting things that you happen to think about at the last minute. You will only have to walk up aisles that have your requirements.
  • If you have any friends and they happen to be tech-geeks like you then they will be impressed.
  • You will have more time to surf the net.

Steps:
  1. Edit the master list with aisle numbers to contain all the items that you regularly shop for at the grocery store.
  2. Print out the master list and stick it to your refrigerator.
  3. During the week or month - mark the items that you are running low on.
  4. Before going shopping - use the groget program to click on the items from your list.
  5. Print the sorted list.
  6. Go to the grocery store with your printed list that has been sorted by aisle. You will only have to spend time on the necessary aisles and you won't miss an item.

Written by Anthony Tekatch.


Download: source code.

License: GPL

Please send your feedback:

I already use grocget for Linux.
I'm going to try grocget for Linux.
I'm just browsing.

Other comments:

Note: This sends your email address, also does not work with Opera 5 browser -- please email instead.

Changelog:
Archived notes: Requirements:
RedHat 8.0 notes:

Build Python-1.5.2 from source (from the python web site).
Install it in /usr/local, and change the first line of grocget to
#!/usr/local/bin/python

Make a soft link from
/usr/lib/python1.5/site-packages to
/usr/local/lib/python1.5/site-packages

Thanks to Aharon Schkolnik for this solution