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, "deck 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.2.tar.gz
(3.8 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.2.tar.gz.
File metadata
- Download URL: quizlet-sets-0.0.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9fd47737dfcc83214034e799fb63b787475fac77e4e6de1441ad3b476f5cc19
|
|
| MD5 |
e81241cd343e9ad2c370b11359460e76
|
|
| BLAKE2b-256 |
8ad5da497d84830ffeb1c3d41c5097392aa33c36922d191cec5fe23a4cfc2460
|
File details
Details for the file quizlet_sets-0.0.2-py3-none-any.whl.
File metadata
- Download URL: quizlet_sets-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.4 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 |
c77d37fc69965a9cb7e8bc146e28a763663a8aa4f9e69feed7e84a0e983cc2ad
|
|
| MD5 |
0e6a6deb0a9f2dabcd9f70f81c3c7944
|
|
| BLAKE2b-256 |
99baee7dc0a8c834e3944a68fd4969ee3a74464c046459e163d9fdf267c8a763
|