1
1
# easyleetcode
2
2
3
- use it:` pip install easyleetcode `
3
+ use it, from pip:` pip install easyleetcode `
4
+
5
+ or use it, from source code : ** clone source** then:
6
+ - 1.pip install these package >> ` ['uvicorn', 'fastapi', 'pydantic', 'aiofiles', 'jinja2'] `
7
+ - 2.run python script : ` easyleetcode/web/main.py `
4
8
5
9
then , only 2 line code , in any location:
6
10
``` python
33
37
>> run(host="127.0.0.1", port=8080, py_cmd_path='D:\xxx\Python\python3.exe ')
34
38
35
39
40
+ ---
36
41
37
42
## Introduction
38
43
47
52
- 给你的任意Python代码做Markdwon笔记//Take markdwon notes for any Python code you want
48
53
- 它运行非常流畅//It runs very smoothly
49
54
- 你可以把它当做代码笔记包 // You can use it as leetcode study package
55
+
56
+
57
+ ---
58
+
50
59
## code list view
51
60
all code list , you can add new code or
52
61
@@ -56,10 +65,14 @@ or see video (if exist, tell me)
56
65
or select contain keyword code use button 'Find'
57
66
![ ] ( https://img-blog.csdnimg.cn/20200618094421276.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2ppYW5nNDI1Nzc2MDI0,size_16,color_FFFFFF,t_70 )
58
67
68
+ ---
69
+
59
70
## select code
60
71
only see contain 'Sum' code
61
72
![ ] ( https://img-blog.csdnimg.cn/20200618094439396.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2ppYW5nNDI1Nzc2MDI0,size_16,color_FFFFFF,t_70 )
62
73
74
+ ---
75
+
63
76
## code show view
64
77
code detail view
65
78
@@ -68,13 +81,16 @@ you can run & debug & study & add code & note Markdown
68
81
you can edit you python code & run you code online !
69
82
![ ] ( https://img-blog.csdnimg.cn/20200618094455622.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2ppYW5nNDI1Nzc2MDI0,size_16,color_FFFFFF,t_70 )
70
83
84
+ ---
71
85
72
86
## code markdown note view
73
87
code's markdown note
74
88
75
89
you can click Edit Button to Edit you note
76
90
![ ] ( https://img-blog.csdnimg.cn/20200618094510997.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2ppYW5nNDI1Nzc2MDI0,size_16,color_FFFFFF,t_70 )
77
91
92
+ ---
93
+
78
94
## code markdown note edit view
79
95
code's markdown note can easy online edit, and
80
96
0 commit comments