Skip to content

guicaulada/exams2anki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exams2anki

Convert ExamTopics pages to Anki decks!

Requirements

At least one of the following webdrivers must be installed and in your PATH environment variable:

Chrome will be used by default, if you wish to use the Edge WebDriver use the flag --edge.

Installation

  • pip install exams2anki

Usage

  • exams2anki --help

Running from local repository

If you have cloned this repository you can run, for example:

python3 src/exams2anki.py -u <user> -p '<password>' -pr amazon -e aws-certified-cloud-practitioner

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/>.

About

Convert examtopics.com pages to Anki decks!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published