Skip to content

Commit 2d08e89

Browse files
committed
add README, update requirements
1 parent fa2a9ed commit 2d08e89

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Ultimate Tkinter Course
2+
3+
['Github'](https://github.com/clear-code-projects/tkinter-complete)
4+
['Youtube'](https://www.youtube.com/watch?v=mop6g-c5HEY&t=64095s)

Diff for: requirements.txt

+37
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,39 @@
1+
asttokens==2.2.1
2+
backcall==0.2.0
3+
black==23.3.0
4+
click==8.1.3
5+
comm==0.1.3
16
customtkinter==5.1.2
27
darkdetect==0.8.0
8+
debugpy==1.6.6
9+
decorator==5.1.1
10+
executing==1.2.0
11+
ipykernel==6.22.0
12+
ipython==8.12.0
13+
jedi==0.18.2
14+
jupyter_client==8.1.0
15+
jupyter_core==5.3.0
16+
matplotlib-inline==0.1.6
17+
mypy-extensions==1.0.0
18+
nest-asyncio==1.5.6
19+
packaging==23.0
20+
parso==0.8.3
21+
pathspec==0.11.1
22+
pexpect==4.8.0
23+
pickleshare==0.7.5
24+
Pillow==9.5.0
25+
platformdirs==3.2.0
26+
prompt-toolkit==3.0.38
27+
psutil==5.9.4
28+
ptyprocess==0.7.0
29+
pure-eval==0.2.2
30+
Pygments==2.14.0
31+
PySimpleGUI==4.60.4
32+
python-dateutil==2.8.2
33+
pyzmq==25.0.2
34+
six==1.16.0
35+
stack-data==0.6.2
36+
tornado==6.2
37+
traitlets==5.9.0
38+
ttkbootstrap==1.10.1
39+
wcwidth==0.2.6

0 commit comments

Comments
 (0)