$ tree -a .
.
├── Assembler 自定义汇编解释器
│ ├── assembler.py
│ ├── examples
│ │ ├── code2.txt
│ │ ├── code3.txt
│ │ ├── code4.txt
│ │ ├── code.txt
│ │ └── test.txt
│ ├── GUIDE.txt
│ └── README.txt
├── async_downloader 异步下载
│ ├── async_downloader.py
│ └── requirements.txt
├── backup_automater_services.py
├── batch_file_rename.py
├── brickout-game
│ ├── brickout-game.py
│ ├── classDiagram.png
│ └── README.md
├── calculator.py
├── chaos.py
├── check_file.py 检查文件是否存在和可读
├── check_for_sqlite_files.py
├── check_input.py
├── check_internet_con.py
├── chicks_n_rabs.py
├── CountMillionCharacter.py 统计大字符串
├── CountMillionCharacters-2.0.py
├── CountMillionCharacters-Variations
│ └── variation1.py
├── create_dir_if_not_there.py
├── Credit_Card_Validator.py
├── cricket_live_score.py
├── Cricket_score.py
├── daily_checks.py
├── dec_to_hex.py
├── dice.py
├── dice_rolling_simulator.py
├── diceV2_dynamic.py
├── dir_test.py
├── EncryptionTool.py
├── env_check.py
├── ex20.py
├── factorial_perm_comp.py
├── factors.py
├── fileinfo.py 获取文件相关属性信息
├── find_prime.py
├── folder_size.py
├── four_digit_num_combination.py
├── FTP in python
├── ftp_send_receive.py FTP上传和下载文件操作
├── game_of_life
│ ├── game_o_life.py
│ └── sample.gif
├── get_info_remoute_srv.py
├── get_likes_on_FB.py
├── get_youtube_view.py
├── .git
│ ├── config
│ ├── description
│ ├── HEAD
│ ├── hooks
│ │ ├── applypatch-msg.sample
│ │ ├── commit-msg.sample
│ │ ├── fsmonitor-watchman.sample
│ │ ├── post-update.sample
│ │ ├── pre-applypatch.sample
│ │ ├── pre-commit.sample
│ │ ├── prepare-commit-msg.sample
│ │ ├── pre-push.sample
│ │ ├── pre-rebase.sample
│ │ ├── pre-receive.sample
│ │ └── update.sample
│ ├── index
│ ├── info
│ │ └── exclude
│ ├── logs
│ │ ├── HEAD
│ │ └── refs
│ │ ├── heads
│ │ │ └── master
│ │ └── remotes
│ │ └── origin
│ │ └── HEAD
│ ├── objects
│ │ ├── info
│ │ └── pack
│ │ ├── pack-9f56c2c84b886dbbac80e56b216e05d4f1d30aeb.idx
│ │ └── pack-9f56c2c84b886dbbac80e56b216e05d4f1d30aeb.pack
│ ├── packed-refs
│ └── refs
│ ├── heads
│ │ └── master
│ ├── remotes
│ │ └── origin
│ │ └── HEAD
│ └── tags
├── .gitignore
├── Google Image Downloader
│ ├── create_dir.py 创建、删除目录的相关操作
│ ├── create_dir.py~
│ ├── image grapper.py 同步下载文件
│ ├── image grapper.py~
│ └── __pycache__
│ └── create_dir.cpython-35.pyc
├── Google_News.py
├── google.py
├── GroupSms_Way2.py
├── internet_connection_py3
├── jee_result.py
├── kmp_str_search.py
├── Koch Curve
│ ├── koch curve.py
│ ├── output_2.mp4
│ └── README.txt
├── LICENSE.md
├── life
├── linear-algebra-python 矩阵相关操作
│ ├── README.md
│ └── src
│ ├── lib.py
│ ├── lib.pyc
│ └── tests.py
├── logs.py
├── magic8ball.py
├── meme_maker.py
├── merge.py
├── Monitor Apache
├── move_files_over_x_days.py
├── movie_details
├── multiplication_table.py
├── nDigitNumberCombinations.py
├── new_script.py
├── nmap_scan.py
├── nodepad
│ ├── bin
│ │ ├── notepad.pyc
│ │ └── notepad_support.pyc
│ ├── img
│ │ └── screenshot.png
│ ├── notepad.py
│ ├── notepad_support.py
│ ├── README.md
│ └── src
│ └── notepad.tcl
├── nslookup_check.py
├── Organise.py
├── osinfo.py
├── other_pepole
│ └── get_ip_gui
├── Palindrome_Checker.py
├── password_cracker.py
├── ping_servers.py
├── ping_subnet.py
├── polygon.py
├── portscanner.py
├── PORT SCANNER.PY
├── powerdown_startup.py
├── powerup_checks.py
├── primelib
│ ├── primelib.py
│ ├── primelib.pyc
│ └── README
├── Print_List_of_Even_Numbers.py
├── prison_break_scrapper.py
├── pscheck.py
├── psunotify.py
├── puttylogs.py
├── python_sms.py
├── pythonVideoDownloader.py
├── QuadraticCalc.py
├── random-sentences.py
├── ReadFromCSV.py
├── README.md
├── recyclebin.py
├── script_count.py
├── script_listing.py
├── sendemail.py
├── serial_scanner.py
├── Shivaansh.txt
├── sierpinski_triangle.py
├── SimpleStopWatch.py
├── snake.py
├── spiralmatrix.py
├── spotlight.py
├── sqlite_check.py
├── sqlite_table_check.py
├── start-server.py
├── Streaming Tweets from Twitter to Database
├── tar.py
├── test
├── testlines.py
├── tf_idf_generator.py
├── TicTacToe.py
├── timymodule.py
├── .travis.yml
├── TTS.py
├── tweeter.py
├── two_num.py
├── webcam.py
├── WikipediaModule
├── wiki_random.py
├── work_connect.py
├── xkcd_downloader.py
├── XORcipher 加解密字符串、列表、文件等
│ ├── README.md
│ └── XOR_cipher.py
├── youtube-downloader fast.py
└── youtube.py
34 directories, 175 files
$