Skip to content

Commit

Permalink
added license and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cartertemm committed Jun 13, 2018
1 parent 2327da9 commit bceeab8
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 871 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
yugiohcards
cards.cdb
strings.conf
*.pyc
build
dist
Binary file removed cards.cdb
Binary file not shown.
21 changes: 21 additions & 0 deletions license
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) [year] [fullname]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Easily download and organize all Yugioh cards

## Usage

If building from source isn't your thing, there's a binary version (only windows right now) downloadable from [here](url)
If building from source isn't your thing, there's a binary version (only windows right now) downloadable from the releases page.

Otherwise, simply download the latest version of python and you'll be good to go.
Otherwise, simply get the latest version of python (tested on 3) and you'll be good to go.

From here, run the script and cards should start downloading.

Expand Down
Loading

0 comments on commit bceeab8

Please sign in to comment.