Skip to content

Commit

Permalink
Merge pull request #2 from okraska-kropidlowski/profiles_management
Browse files Browse the repository at this point in the history
Add "about" window
  • Loading branch information
okraska-kropidlowski authored Dec 26, 2023
2 parents 1cce333 + 70ce6f7 commit 18ba3e4
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 18ba3e4

Please sign in to comment.