Update Readme.md
This commit is contained in:
19
README.md
19
README.md
@@ -1,2 +1,19 @@
|
|||||||
# mtg-collector
|
# 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
2
gui.py
@@ -7,7 +7,7 @@ from gi.repository import Gtk
|
|||||||
|
|
||||||
class MainWindow(Gtk.Window):
|
class MainWindow(Gtk.Window):
|
||||||
def __init__(self):
|
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_border_width(2)
|
||||||
self.set_size_request(1000, 700)
|
self.set_size_request(1000, 700)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user