1
1
``` bash
2
2
$ tree -a .
3
3
.
4
- ├── Assembler
4
+ ├── Assembler 自定义汇编解释器
5
5
│ ├── assembler.py
6
6
│ ├── examples
7
7
│ │ ├── code2.txt
@@ -11,7 +11,7 @@ $ tree -a .
11
11
│ │ └── test.txt
12
12
│ ├── GUIDE.txt
13
13
│ └── README.txt
14
- ├── async_downloader
14
+ ├── async_downloader 异步下载
15
15
│ ├── async_downloader.py
16
16
│ └── requirements.txt
17
17
├── backup_automater_services.py
@@ -22,12 +22,12 @@ $ tree -a .
22
22
│ └── README.md
23
23
├── calculator.py
24
24
├── chaos.py
25
- ├── check_file.py
25
+ ├── check_file.py 检查文件是否存在和可读
26
26
├── check_for_sqlite_files.py
27
27
├── check_input.py
28
28
├── check_internet_con.py
29
29
├── chicks_n_rabs.py
30
- ├── CountMillionCharacter.py
30
+ ├── CountMillionCharacter.py 统计大字符串
31
31
├── CountMillionCharacters-2.0.py
32
32
├── CountMillionCharacters-Variations
33
33
│ └── variation1.py
@@ -46,12 +46,12 @@ $ tree -a .
46
46
├── ex20.py
47
47
├── factorial_perm_comp.py
48
48
├── factors.py
49
- ├── fileinfo.py
49
+ ├── fileinfo.py 获取文件相关属性信息
50
50
├── find_prime.py
51
51
├── folder_size.py
52
52
├── four_digit_num_combination.py
53
53
├── FTP in python
54
- ├── ftp_send_receive.py
54
+ ├── ftp_send_receive.py FTP上传和下载文件操作
55
55
├── game_of_life
56
56
│ ├── game_o_life.py
57
57
│ └── sample.gif
@@ -100,9 +100,9 @@ $ tree -a .
100
100
│ └── tags
101
101
├── .gitignore
102
102
├── Google Image Downloader
103
- │ ├── create_dir.py
103
+ │ ├── create_dir.py 创建、删除目录的相关操作
104
104
│ ├── create_dir.py~
105
- │ ├── image grapper.py
105
+ │ ├── image grapper.py 同步下载文件
106
106
│ ├── image grapper.py~
107
107
│ └── __pycache__
108
108
│ └── create_dir.cpython-35.pyc
@@ -118,7 +118,7 @@ $ tree -a .
118
118
│ └── README.txt
119
119
├── LICENSE.md
120
120
├── life
121
- ├── linear-algebra-python
121
+ ├── linear-algebra-python 矩阵相关操作
122
122
│ ├── README.md
123
123
│ └── src
124
124
│ ├── lib.py
@@ -205,7 +205,7 @@ $ tree -a .
205
205
├── wiki_random.py
206
206
├── work_connect.py
207
207
├── xkcd_downloader.py
208
- ├── XORcipher
208
+ ├── XORcipher 加解密字符串、列表、文件等
209
209
│ ├── README.md
210
210
│ └── XOR_cipher.py
211
211
├── youtube-downloader fast.py
0 commit comments