Skip to content

Releases: Hidden-Warden/MyCards

v0.4.5 | Screenshot & words

21 May 15:28
Compare
Choose a tag to compare

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

v0.3.0 | Keycaps 1.5

15 May 13:46
Compare
Choose a tag to compare

The Escape button will now close the program.

Update of some part of the code.
@Hidden-Warden

v0.2.5 | Introduction of keycaps

14 May 19:33
Compare
Choose a tag to compare

Press SPACE to switch to a random card.
Press Left (arrow key) to go back.
Press Right (arrow key) to go to the next card.
@Hidden-Warden

v0.2.3 | Quality global improvement (v0.2.3)

07 May 07:36
Compare
Choose a tag to compare

Added:

  • The first card now show at launch
    -Next() #Show the first card at launch. #247

  • Now when you click on the back button after clicking on the random button you will go back to the old card.
    Example:
    "button" => "Card shown to you"
    --------------------
    Random => Card 5 | Clic once on Radom, it shows you the Card 5. New
    Random => Card 18 | And bye error you click on it again. It shows you the Card 18 New
    Back => Card 5 | You're send back to the Card 5 Old

(I hope I'm clear in my explanations)

  • Better integration for cutted words between two line. If there a space or a "," , no modification. Else 1st part + "-" + last part
    Ex: Hello everyone [...] I'm su-
    per excited to meet you! [...]
    @Hidden-Warden

v0.1.2 | Syntax update

05 May 12:27
Compare
Choose a tag to compare

Updated "settings.py":

first_colone -> first_colonne
scnd_colone -> scnd_colonne
& "MyCards.py" to match the new functions name

  • New CSV file to show how much characters you can put in a line.
  • New ReadME
    @Hidden-Warden

v0.1.1 | First Release

05 May 09:46
Compare
Choose a tag to compare