Releases: Hidden-Warden/MyCards
v0.4.5 | Screenshot & words
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
N
Go to the next screenshot (Will not work if there's only one.
V
Go back
@Hidden-Warden
v0.3.0 | Keycaps 1.5
The Escape button will now close the program.
Update of some part of the code.
@Hidden-Warden
v0.2.5 | Introduction of keycaps
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)
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
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