Update Readme.md

This commit is contained in:
luxick
2017-01-31 21:09:19 +01:00
parent efd0582a5e
commit 45a81910d8
2 changed files with 19 additions and 2 deletions

View File

@@ -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

2
gui.py
View File

@@ -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)