Simon Bordeyne

Results 61 issues of Simon Bordeyne

-[ ] Monster list, with a quick add monster feature to dump it inside the xml file. -[ ] Treasure editor to add jewels, magic items etc -[ ] NPC...

enhancement

Map tab needs some work. -[ ] display widget should show a grid either squared or hexagonal - [ ] option stick to grid should be on by default -...

help wanted

enhancement

See this answer : https://stackoverflow.com/questions/54637795/how-to-make-a-tkinter-canvas-rectangle-transparent Using PIL (unfortunately, that will be a required dependancy) ```python from tkinter import * from PIL import Image, ImageTk root = Tk() images = []...

enhancement

DirList : A Listbox that shows a directory's contents, including the ".." folder to move up in the hierarchy DirTree : A Treeview that shows a directory's contents, but in...

enhancement
good first issue