Skip to content

Commit

Permalink
Add "about" window
Browse files Browse the repository at this point in the history
  • Loading branch information
okraska-kropidlowski committed Dec 26, 2023
1 parent a85f35e commit 70ce6f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions about.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@
about.iconbitmap("data/images/edredon.ico")
about.resizable(False, False)

info = tkinter.Label(about, text="edredon version 1.0\n\nFirst release with basic functionality:\n- Profile management\n- Entry adding/viewing\n\nCreated using:\n- TkinterMapView by Tom Schimansky\n- sqlite3 by Gerhard Häring\n\nList of bird species taken from:\nhttp://komisjafaunistyczna.pl/lista/\n")
info.config(justify=tkinter.LEFT, padx=20, pady=10, font=("Arial", 10))
info.pack()

about.mainloop()

0 comments on commit 70ce6f7

Please sign in to comment.