Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenotriple authored Sep 12, 2023
1 parent b12e6a3 commit 9859450
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ Hotkeys
Tips
- Select text with the mouse or keyboard to see duplicates.
- If the auto-save box is checked, text will be saved when moving between img/txt pairs.
- If the user chooses a folder with images but no matching text files, they will be prompted to create blank text files. The blank text files will only be created for images that currently don't have any text files.
- Click the image to zoom in.
- Blank text files can be created for images without any matching files when loading a directory..
- Get autocomplete suggestions while you type using danbooru tags.


# Requirements

**Running the script will automatically fulfull all requirements.**

This uses pillow for image viewing, and tkinter for the ui.

tkinter comes preinstalled with Python.
Expand All @@ -43,6 +44,15 @@ The autocomplete function requires the included "danbooru.csv" file to be locate

# Version History

v1.7 changes:

- *New: Options menu: Adjust font size, suggestions quantity, delete img-txt pairs.*
- *New: UI Changes*
- *New: Pillow library and danbooru.csv file can now be installed and downloaded automatically.*
- *New: txt-img pairs are now loaded with logical sorting: Fixing the issue where filenames like 10 or 100 loaded before 2 or 9.*
- *New/Fixed: Autosave will now properly save the text file when closing if it's enabled.*
- *Complete changelog in release notes.*

v1.68 changes:

- *New: Previous/Next buttons are now side-by-side.*
Expand All @@ -66,7 +76,3 @@ v1.65 changes:
- *New: Loop around the image index when hitting the end/start.*
- *New: Quickly jump to a specific image.*

v1.63 changes:

- *Autocomplete now returns much better suggestions.*
- *Further improvements to typo correction.*

0 comments on commit 9859450

Please sign in to comment.