GitXplorerGitXplorer
c

Liquor-Cabinet

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
3ae057df1697bf6e06af2f4fe1a7e8043a7c0fc7

Add some placeholder documentation for the DrinkCalendar widget.

ccnelsonsic committed 14 years ago
Unverified
6740befc11f6c362d56fe2789bf63c52570dca6c

Fix a bug where popular items from the "Drink" portion of the ingredient menu were showing up in the "Buy" menu.

ccnelsonsic committed 14 years ago
Unverified
5b7c1a4d054afac19d053ab9317828e47d790b07

Make the start menu shortcut work.

ccnelsonsic committed 14 years ago
Unverified
d7635efc4efe84f0b4f90487ccd586842ce377a0

Add an NSIS installer file to build a proper windows installer.

ccnelsonsic committed 14 years ago
Unverified
1f86b10953ac5ad19d915df34da81fac15f32463

Handle the database and database_backup folder not being present.

ccnelsonsic committed 14 years ago
Unverified
ef272d9aa292eea73f172cc386ab0748a111e445

Add the ability to hide ingredients from the shopping list.

ccnelsonsic committed 14 years ago

README

The README file for this repository.

Liquor Cabinet

v0.0.1-alpha3

A desktop application to manage your personal booze inventory.

Liquor Cabinet is currently in Alpha, and may break, or just plain not work. It shouldn't eat your data, but as usual there are no guarantees.

Installing

Windows

You will need to download the following dependencies before you'll be able to use Liquor Cabinet:

A proper installer will be a goal for beta.

Linux

Long story short, you should already have Python, and only need PyQt4, which should be in your distribution's repositories.

Mac

I dont have any Macs available to test, so you're encouraged to give it the ol' college try. You should only need PyQt4 which might be in Fink or Macports or whatever package manager it is you Mac people use.

Running

Windows users can double-click liquor_cabinet.bat to launch the program. You might need to edit it (right click, edit) to adjust your python path.

Other users will need to run python guiclient.py from a terminal, preferably from within its directory.

You'll notice a window and an icon in your system tray. Closing the window will simply hide it, clicking the icon in your system tray will re-show the window. Right clicking the icon will show a menu with which you can do most things with the program.

Your data is saved in database.py when you exit the program, and every few minutes while it runs. If you're worried about new versions eating your data, make a backup regularly.

Contributing

If you'd like to contribute to the project, send an email to C Nelson and we'll think of something for you to do.

The #1 thing right now is making the GUI more featureful, specifically with respect to the predictive parts of the application.

The #2 thing is adding useful default data. This is mostly in the form of popular products and product information.

If you still have no ideas for things to do, there are several "TODO"s that would be nice to have completed.

Copyright

Liquor Cabinet Copyright (C)  2010  C Nelson
This program comes with ABSOLUTELY NO WARRANTY; for details see the LICENSE file.
This is free software, and you are welcome to redistribute it
under certain conditions; see the LICENSE file for details.