Giter VIP home page Giter VIP logo

chinese-character-teaching's Introduction

Synopsis

Chinese Character Teaching Tools

Tools

Chinese Maker

It makes character flash cards in batches.

Execute the lines in test.py:

ChineseCardMaker().generate_separate_images()

ChineseCardMaker().generate_character_pinyin_image()

The command will generate images with characters and pinyins set in CharacterPinyinMapping, and create files in the folders defined inside configs: CHARACTER_IMAGE_FILE_NAME_PREFIX, PINYIN_IMAGE_FILE_NAME_PREFIX, CHARACTER_PINYIN_FOLDER

Kahoot Processor

It generates Excel sheet quickly for Kahoot question uploading. It takes a lot of time to add questions on Kahoot, so it is easier to use Excel spreadsheet to add questions in a large amount.

Motivation

To save time and efforts for Chinese character card making with pinyin.

Installation

Pure python packages are required for the tool.

  1. Install Python3
  2. Pillow: for image making
  3. pinyin: for translation
  4. xpinyin: for default pinyin
  5. pygame: for the matching game only
  6. csv: for Kahoot spreadsheet file generation
  7. xlsxwriter: for Kahoot spreadsheet file generation

1-4 are necessary for card making. 5 is optional for game.
3, 4, 6 and 7 are also required for Kahoot processor.

API Reference

See the test.py.

Tests

See the test.py.

Contributors

John Ni

The matching game is based on this Memory_Match

License

John Ni

Memory_Match

chinese-character-teaching's People

Contributors

chaussen avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

fredyangliu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.