Skip to content

v0.4.5 | Screenshot & words

Compare
Choose a tag to compare
@Hidden-Warden Hidden-Warden released this 21 May 15:28
· 42 commits to main since this release

Big update.

/!\ Updated the settings file.

screenshot_type=".png" #Type of screenshot (".png" / ".jpg")

  • For the format type of the file, don't forget to put a " . " if you change it.

adjust_screenshot_size=True #True(Adjust screenshot size) to the frame, False(Keep original size)

  • If False, the some part of the screenshot will be hidden by the GUI

/!\ Updated the language file.

  • Added screenshot function.

How to add your own screenshot and how it is working ?

  • Go in the folder called "Screenshots" I you don't see it, just launch the program once.
    How to name your file. It's simple. Let's take an example:
    For my first card (word) I want to put an image with a flower on it. So because it is my first card, I will call it
    #0-1.png
    # <= For the program to understand that this is a screenshot that you want to use
    0 <= First card | Yes the first card is 0 / the second 1 etc...
    -1 <= The first screenshot for that word, but your not limited to one image. Ex: #0-5.png

I will also soon release a new version with some test image for you to see.

There also new keyboard shortcut, made for using the screenshot option.

B Show the screenshot related to the word. It will show if it exist
NGo to the next screenshot (Will not work if there's only one.
V Go back
@Hidden-Warden