Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florestan Biaux
Messenger Statistics
Commits
ede85ccf
Commit
ede85ccf
authored
Jul 31, 2021
by
Florestan Biaux
💬
Browse files
ajout logo
parent
67664b90
Changes
2
Hide whitespace changes
Inline
Side-by-side
img/messenger_stats.ico
0 → 100644
View file @
ede85ccf
123 KB
main.py
View file @
ede85ccf
import
tkinter
as
tk
class
App
(
tk
.
Frame
):
def
__init__
(
self
,
master
=
None
):
super
().
__init__
(
master
)
...
...
@@ -24,6 +23,7 @@ if __name__ == "__main__":
main
=
App
(
master
=
root
)
main
.
master
.
title
(
"Messenger Statistics"
)
main
.
master
.
iconbitmap
(
"img/messenger_stats.ico"
)
main
.
master
.
minsize
(
640
,
400
)
menubar
=
tk
.
Menu
(
main
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment