diff --git a/README.md b/README.md index e61fa76..577c362 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # mtg-collector -A desktop application for building and organizing MTG card libraries and decks +A desktop application for building and organizing MTG card libraries and decks. + + +## Roadmap + +* Search for cards +* Build collection of cards +* Organize cards in collection +* Build decklists from cards in collection +* Want lists +* Full offline functionality +* Import/Export of collection + +### Maybe +* Create fancy exports of decks and wants +* Display prices for cards +* C0mmand line Interf4ce +* Think of a cool and flashy name for the project diff --git a/gui.py b/gui.py index 87181d0..fd8b1c1 100644 --- a/gui.py +++ b/gui.py @@ -7,7 +7,7 @@ from gi.repository import Gtk class MainWindow(Gtk.Window): def __init__(self): - Gtk.Window.__init__(self, title="MTG Collector v0.1") + Gtk.Window.__init__(self, title="MTG Collector (working title) v0.1") self.set_border_width(2) self.set_size_request(1000, 700)