Anki Cards for the HSK vocabulary Chinese-German

Overview

Anki-HanyuShuipingKaoshi

Anki Cards for the HSK vocabulary Chinese-German



hanzi deutsch pinyin

Das Deck baut auf folgenden Quellen auf:


Lernen

  • Installiere Anki
  • Füge die Erweiterung CrowdAnki hinzu (Anki->Extras->Erweiterungen)
  • Füge dieses Deck hinzu (Anki->Datei->CrowdAnki import from disk/github)

Praktische Einstellungen

  • Neue Karten zufällig (Stapel->HSK Optionen->Neue Karten->Reihenfolge)
  • Zeit für nächste Wiederholung ausblenden (Anki->Extras->Einstellungen->Einfach)
  • Zähler für verbleibende Karten ausblenden (Anki->Extras->Einstellungen->Einfach)
  • Nur eine Richtung lernen (Anki->Extras->Auswahlstapel erstellen->Suche "deck:Hanyu Shuiping Kaoshi" card:Hanzi (is:due OR is:new))
  • Spezielle Level und eine Richtung (Anki->Extras->Auswahlstapel erstellen->Suche "deck:Hanyu Shuiping Kaoshi" card:Hanzi (tag:hsk1 OR tag:hsk2) (is:due OR is:new))

Generating the deck

Install required libraries:

pip3 install --upgrade -r requirements.txt

The directory structure should look like this:

AnkiDecks
    Anki-HanyuShuipingKaoshi                                <- This Repository
        media
        *.py
        Anki-HanyuShuipingKaoshi.json
        ...
    Anki-ChinaEntdecken                                     <- Exported with CrowdAnki
    Chinese__Most_Common_3000_Hanzi                         <- Exported with CrowdAnki
    Domino_Chinese_Level_1-20_Complete_Vocabulary           <- Exported with CrowdAnki
    Most Common 3000 Chinese - ANKI with Traditional.csv    

To generate the audio files, an additional free Api-Key for the Google Text-to-Speech Service is required. Export it to the shell before running the script, see audio_tools.py.

Run scripts:

./get_source_vocab
python3 extract_source_vocab.py
python3 create_notes.py
python3 add_strokes.py
python3 add_audios.py
python3 combine_decks.py
Some usefull scripts for the Nastran's 145 solution (Flutter Analysis) using the pyNastran package.

nastran-aero-flutter This project is intended to analyse the Supersonic Panel Flutter using the NASTRAN software. The project uses the pyNastran and t

zuckberj 11 Nov 16, 2022
This repository contains the exercices for the robotics class at Supaero, 2022.

Supaero robotics, 2022 This repository contains the exercices for the robotics class at Supaero, 2022. The exercices are organized by notebook. Each n

Gepetto team, LAAS-CNRS 5 Aug 01, 2022
Yakuake session management

yman is a python script used for saving/restoring yakuake sessions (currently running commands, working directories, environment variables, tab titles)

Szymon Borecki 6 Jun 25, 2022
This suite consists of two different scripts, made to automate attacks against NoSQL databases.

NoSQL-Attack-Suite This suite consists of two different scripts, made to automate attacks against NoSQL databases. The first one looks for a NoSQL Aut

16 Dec 26, 2022
A collection of repositories used to realise various end-to-end high-level synthesis (HLS) flows centering around the CIRCT project.

circt-hls What is this?: A collection of repositories used to realise various end-to-end high-level synthesis (HLS) flows centering around the CIRCT p

29 Dec 14, 2022
LinkScope allows you to perform online investigations by representing information as discrete pieces of data, called Entities.

LinkScope Client Description This is the repository for the LinkScope Client Online Investigation software. LinkScope allows you to perform online inv

108 Jan 04, 2023
Data Structures and Algorithms Python - Practice data structures and algorithms in python with few small projects

Data Structures and Algorithms All the essential resources and template code nee

Hesham 13 Dec 01, 2022
Experimental Brawl Stars v36.218 server emulator written in Python.

Brawl Stars v36 Experimental Brawl Stars v36.218 server emulator written in Python. Requirements: Python 3.7 or higher colorama Running the server In

8 Oct 31, 2021
Find all social media accounts with a username!

Aliens_eye FIND ALL SOCIAL MEDIA ACCOUNTS WITH A USERNAME! OSINT To install: Open terminal and type: git clone https://github.com/BLINKING-IDIOT/Alien

Aaron Thomas 84 Dec 28, 2022
An extended version of the hotkeys demo code using action classes

An extended version of the hotkeys application using action classes. In adafruit's Hotkeys code, a macro is using a series of integers, assumed to be

Neradoc 5 May 01, 2022
pythonOS: An operating system kernel made in python and assembly

pythonOS An operating system kernel made in python and assembly Wait what? It uses a custom compiler called snek that implements a part of python3.9 (

Abbix 69 Dec 23, 2022
Cairo hooks for pre-commit

pre-commit-cairo Cairo hooks for pre-commit. See pre-commit for more details Using pre-commit-cairo with pre-commit Add this to your .pre-commit-confi

Fran Algaba 16 Sep 21, 2022
Howell County, Missouri, COVID-19 data and (unofficial) estimates

COVID-19 in Howell County, Missouri This repository contains the daily data files used to generate my COVID-19 dashboard for Howell County, Missouri,

Jonathan Thornton 0 Jun 18, 2022
Statistics Calculator module for all types of Stats calculations.

Statistics-Calculator This Calculator user the formulas and methods to find the statistical values listed. Statistics Calculator module for all types

2 May 29, 2022
A Python package that provides astronomical constants.

AstroConst A Python package that provides astronomical constants. The code is being developed by Marc van der Sluys of the department of Astrophysics

Marc van der Sluys 1 Jan 10, 2022
Terrible python code from the "bubble that breaks maths" video.

Terrible python code from the "bubble that breaks maths" video.

Stand-up Maths 12 Oct 25, 2022
pybicyclewheel calulates the required spoke length for bicycle wheels

pybicyclewheel pybicyclewheel calulates the required spoke length for bicycle wheels. (under construcion) - homepage further readings wikipedia bicyc

karl 0 Aug 24, 2022
Plux - A dynamic code loading framework for building plugable Python distributions

Plux plux is the dynamic code loading framework used in LocalStack. Overview The

LocalStack 65 Dec 20, 2022
A python script to make leaderboards using a CSV with the runners name, IDs and Flag Emojis

SrcLbMaker A python script to make speedrun.com global leaderboards. Installation You need python 3.6 or higher. First, go to the folder where you wan

2 Jul 25, 2022
A python script to search for k-uniform Euclidean tilings.

k-uniform-solver A python script to search for k-uniform Euclidean tilings. This project's aim is to replicate and extend the list of k-uniform Euclid

3 Dec 06, 2022