A package to download Quizlet study sets
Project description
quizlet-sets - A library to download Quizlet study sets
Usage:
Install it useing pip3 install quizlet-sets. [WIP, only have example code]
from quizlet_sets import sets
URL = "https://quizlet.com/686459638/test-set-flash-cards/?new" # Sample study set
set = sets.get_terms(URL) # Returns a TermList object
name = "Sample set"
# There are a few different ways to export study sets.
set.txt(name)
set.xls(name)
set.csv(name)
set.anki(name)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quizlet-sets-0.0.1.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quizlet-sets-0.0.1.tar.gz.
File metadata
- Download URL: quizlet-sets-0.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27e271af1d55752108de4674e6be0121134362e3ef5d71e556fdf8afe5efe02b
|
|
| MD5 |
a6a766de55d7ddd4f67e5e961f313e79
|
|
| BLAKE2b-256 |
559c8a72885077f1af89d45601f7cfaa025cd6e9fa93993336b825eaf1024e05
|
File details
Details for the file quizlet_sets-0.0.1-py3-none-any.whl.
File metadata
- Download URL: quizlet_sets-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30ace53fe73091780ea672818b7ff45804f3783e0df54c518745fa8236b47b30
|
|
| MD5 |
75bcc3390ccd1008c6880c39ef1877b7
|
|
| BLAKE2b-256 |
d04e9a54548fb1fbd907236d2527848507f3449e8cdd48d5ac1a4669e8a88d3d
|