36 lines
723 B
Markdown
36 lines
723 B
Markdown
# Disney's Lorcana Python Tools
|
|
|
|
## Prerequisites
|
|
|
|
Before you begin, ensure you have met the following requirements:
|
|
- Python installed
|
|
|
|
You can download the latest version of Python from python.org.
|
|
During installation, make sure to add Python to your system's PATH.
|
|
|
|
## Getting Started
|
|
|
|
To get started with the project, follow these steps:
|
|
|
|
Clone the repository to your local machine:
|
|
|
|
```bash
|
|
git clone https://github.com/0ceanslim/lorcana.git
|
|
```
|
|
Navigate to the project directory:
|
|
|
|
```bash
|
|
cd lorcana
|
|
```
|
|
|
|
# Usage
|
|
|
|
```bash
|
|
python getData
|
|
```
|
|
- This retrieves all the card data from lorcania.com
|
|
|
|
```bash
|
|
python saveImages
|
|
```
|
|
- This saves all the images specified in the data.csv to a local folder |