Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

psgflash

A PySimpleGUI Flashcard Application

Features

  • Create flash cards
  • Manual advance or playback based
  • Control playback speed (how long a flashcard remains until answer is shown)
  • Control how long answer is shown
  • Random or ordered flashcards
  • Load multiple sets of cards

Installation

Using PIP with PyPI

Not yet on PyPI

Using PIP with GitHub

You can also pip install the PySimpleGUI Applications that are in the PySimpleGUI GitHub account. The GitHub versions have bug fixes and new programs/features that have not yet been released to PyPI. To directly pip install from that repo:

If you use the command python on your computer to invoke Python (Windows):

python -m pip install --upgrade https://github.com/PySimpleGUI/psgflash/zipball/main

If you use the command python3 on your computer to invoke Python (Linux, Mac):

python3 -m pip install --upgrade https://github.com/PySimpleGUI/psgflash/zipball/main

NOTE - the sample flashcard files and images are not currently pip installed. It's best to clone the repo at this point since you'll want to edit the flashcard files and use your own images

Usage

Create a flashcard file

The format of a flashcard file is each card is on a single line. The line contains: filename,text_answer

Here's an example that's included in this repo

Inv003.png,C
Inv006.png,C♯
Inv009.png,D
Inv012.png,E♭
Inv015.png,E

Development status

Still very much in progress. I coded it up specifically for my own use. The code is tuned to match the images that I'm using. Next step would be to look through the images and find the sizes and scale as needed. Maybe setting for target image size. Or it could be part of the flashcard file itself.

You may need to edit the code to meet your needs. It's rather simple code.

Screen Capture

psgflash.mp4

License & Copyright

Copyright 2026 PySimpleGUI.

Licensed under LGPL3.

Contributing

We are happy to receive issues describing bug reports and feature requests! If your bug report relates to a security vulnerability, please do not file a public issue, and please instead reach out to us at issues@PySimpleGUI.com.

We do not accept (and do not wish to receive) contributions of user-created or third-party code, including patches, pull requests, or code snippets incorporated into submitted issues. Please do not send us any such code! Bug reports and feature requests should not include any source code.

If you nonetheless submit any user-created or third-party code to us, (1) you assign to us all rights and title in or relating to the code; and (2) to the extent any such assignment is not fully effective, you hereby grant to us a royalty-free, perpetual, irrevocable, worldwide, unlimited, sublicensable, transferrable license under all intellectual property rights embodied therein or relating thereto, to exploit the code in any manner we choose, including to incorporate the code into PySimpleGUI and to redistribute it under any terms at our discretion.

About

Flash card application for PySimpleGUI

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages