https://github.com/freakwill/myclt
My useful and powerful scripts (in Python) 🔨.
https://github.com/freakwill/myclt
email file-manager files haskell lua python script search shadowsocks wechat
Last synced: 2 months ago
JSON representation
My useful and powerful scripts (in Python) 🔨.
- Host: GitHub
- URL: https://github.com/freakwill/myclt
- Owner: Freakwill
- Created: 2018-05-01T14:47:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T10:47:50.000Z (about 4 years ago)
- Last Synced: 2025-03-21T17:55:48.936Z (over 1 year ago)
- Topics: email, file-manager, files, haskell, lua, python, script, search, shadowsocks, wechat
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyScripts
My useful and powerful scripts (in Python).
## Scripts 1
### jpg2eps
transform .jpg to .eps
-f FromWhat.j(e)pg -t ToWhat.eps
### delext
delete files with some special extension names (under a certain directory)
### search
search file in general case.
python Scripts/search.py -p "Folders/Math Note" -x "Game*"
### findfile
find a file in a more direct way
python Scripts/findfile.py -e md tex -p /Users/william/Folders
## Scripts 2
### baike
just try python baike.py -i Python (or any item in baiduepdia)
### send_mail
send a file or send a folder (compressed before sending)
send_mail.py -p File/Folder -t toWhom -s Subject
### login_wifi
login wifi automatically
This is my dream of this summer! :congratulations:
### get_vpn
get vpn server for shadowsocks
### summary
get summary of text, also see `summary_cn`
## beyond python
* head.hs -- Haskell implement of `head`
* head.lua -- Lua implement of `head`
* wiki.rb -- Ruby cli for wikipedia
## common programs
base.py
- searchFiles # parent parser for searching files
- search # wrapper of os.walk
- some common paths:pathlib.Path
## Notice
recommended to use pathlib instead of os.path