Metadata-Version: 2.1
Name: exams2anki
Version: 1.2.0
Summary: Convert ExamTopics pages to Anki decks!
Home-page: https://github.com/Sighmir/exams2anki
Author: Guilherme Caulada
Author-email: guilherme.caulada@gmail.com
License: AGPL-3.0
Keywords: anki examtopics exam certification cert sighmir
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# exams2anki

Convert [ExamTopics](https://www.examtopics.com/exams/) pages to Anki decks!

## Requirements

- [chromedriver](https://chromedriver.chromium.org/) must be installed and available on your PATH environment variable

## Installation

- `pip install exams2anki`

## Usage

- `exams2anki --help`

## Install local version

If you have cloned this repository you can run:

```
python3 setup.py install
```

## Build and publish

If you had created this package you would be able to run:

```
python3 setup.py sdist bdist_wheel
twine upload dist/*
```

## Template

You can experiment creating your own template based on the existing ones using the `--template` option.

## License

```
exams2anki - Convert ExamTopics pages to Anki decks
Copyright (C) 2021  Guilherme Caulada

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.
```
