ニュース

PythonのTkinterでGUIアプリを作っていると、ユーザーに決まった選択肢の中から一つを選んでほしい、という場面がよくありますよね。例えば、都道府県のリストや、製品のカテゴリ一覧などです。テキストボックスに自由入力させると、タイプミスや表記の ...
Overview: This is a simple flashcard application written in Python using the Tkinter GUI toolkit. It works with any CSV file that has two columns (Frage, Antwort). You can store multiple CSV files in ...