Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf46398

Browse files
committed
Update auto-generated README.
1 parent 51c617a commit cf46398

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ and inserted directly into the README as markdown.
6666

6767

6868
## [python2.7/music-organizer.py](https://github.com/bamos/python-scripts/blob/master/python2.7/music-organizer.py)
69-
+ Authors: [Brandon Amos](https://github.com/bamos)
69+
+ Authors: [Brandon Amos](http://bamos.github.io)
7070
+ Created: 2014.04.19
7171

7272

@@ -82,7 +82,7 @@ for a more detailed overview of this script.
8282

8383

8484
## [python2.7/mt.py](https://github.com/bamos/python-scripts/blob/master/python2.7/mt.py)
85-
+ Authors: [Brandon Amos](https://github.com/bamos)
85+
+ Authors: [Brandon Amos](http://bamos.github.io)
8686
+ Created: 2014.11.30
8787

8888

@@ -94,7 +94,7 @@ of the output.
9494

9595

9696
## [python3/github-repo-summary.py](https://github.com/bamos/python-scripts/blob/master/python3/github-repo-summary.py)
97-
+ Authors: [Brandon Amos](https://github.com/bamos)
97+
+ Authors: [Brandon Amos](http://bamos.github.io)
9898
+ Created: 2014.11.02
9999

100100

@@ -103,7 +103,7 @@ Produces a Markdown table concisely summarizing a list of GitHub repositories.
103103

104104

105105
## [python3/link-checker.py](https://github.com/bamos/python-scripts/blob/master/python3/link-checker.py)
106-
+ Authors: [Brandon Amos](https://github.com/bamos)
106+
+ Authors: [Brandon Amos](http://bamos.github.io)
107107
+ Created: 2014.02.06
108108

109109

@@ -117,7 +117,7 @@ to hide warnings and to send a concise email if bad links are found.
117117

118118

119119
## [python3/phonetic.py](https://github.com/bamos/python-scripts/blob/master/python3/phonetic.py)
120-
+ Authors: [Brandon Amos](https://github.com/bamos)
120+
+ Authors: [Brandon Amos](http://bamos.github.io)
121121
+ Created: 2014.02.14
122122

123123

@@ -136,7 +136,7 @@ b - bravo
136136

137137

138138
## [python3/rank-writing.py](https://github.com/bamos/python-scripts/blob/master/python3/rank-writing.py)
139-
+ Authors: [Brandon Amos](https://github.com/bamos)
139+
+ Authors: [Brandon Amos](http://bamos.github.io)
140140
+ Created: 2014.02.14
141141

142142

@@ -170,7 +170,7 @@ Total: 0
170170

171171

172172
## [python3/get-osx-wallpaper.py](https://github.com/bamos/python-scripts/blob/master/python3/get-osx-wallpaper.py)
173-
+ Authors: [Brandon Amos](https://github.com/bamos)
173+
+ Authors: [Brandon Amos](http://bamos.github.io)
174174
+ Created: 2015.03.25
175175

176176

@@ -221,7 +221,7 @@ alias rm-wallpaper='rm $(get-osx-wallpaper.py) && killall Dock'
221221

222222

223223
## [python3/merge-pdfs-printable.py](https://github.com/bamos/python-scripts/blob/master/python3/merge-pdfs-printable.py)
224-
+ Authors: [Brandon Amos](https://github.com/bamos)
224+
+ Authors: [Brandon Amos](http://bamos.github.io)
225225
+ Created: 2014.10.17
226226

227227

@@ -258,7 +258,7 @@ PS file.
258258

259259

260260
## [python3/word-counter.py](https://github.com/bamos/python-scripts/blob/master/python3/word-counter.py)
261-
+ Authors: [Brandon Amos](https://github.com/bamos)
261+
+ Authors: [Brandon Amos](http://bamos.github.io)
262262
+ Created: 2014.11.7
263263

264264

@@ -289,14 +289,14 @@ $ word-counter.py shakespeare.md --numWords 4 --maxTuples 3
289289

290290

291291
## [python3/eval-expr.py](https://github.com/bamos/python-scripts/blob/master/python3/eval-expr.py)
292-
+ Authors: J. Sebastian, [Brandon Amos](https://github.com/bamos)
292+
+ Authors: J. Sebastian, [Brandon Amos](http://bamos.github.io)
293293
+ Created: 2013.08.01
294294

295295

296296
A module to evaluate a mathematical expression using Python's AST.
297297

298298
+ Original by: J. Sebastian at http://stackoverflow.com/questions/2371436.
299-
+ Modifications by: [Brandon Amos](https://github.com/bamos).
299+
+ Modifications by: [Brandon Amos](http://bamos.github.io).
300300

301301
If you want a command-line expression evaluator, use
302302
[Russell91/pythonpy](https://github.com/Russell91/pythonpy).
@@ -310,7 +310,7 @@ $ eval-expr.py '(((4+6)*10)<<2)'
310310

311311

312312
## [python3/merge-mutt-contacts.py](https://github.com/bamos/python-scripts/blob/master/python3/merge-mutt-contacts.py)
313-
+ Authors: [Brandon Amos](https://github.com/bamos)
313+
+ Authors: [Brandon Amos](http://bamos.github.io)
314314
+ Created: 2014.01.08
315315

316316

@@ -325,8 +325,8 @@ and I'm happy to merge pull requests of other projects.
325325

326326
Name | Stargazers | Description
327327
----|----|----
328-
[averagesecurityguy/Python-Examples](https://github.com/averagesecurityguy/Python-Examples) | 16 | Example scripts for common python tasks
329-
[ClarkGoble/Scripts](https://github.com/ClarkGoble/Scripts) | 25 | My scripts - primarily using python and appscript
330-
[computermacgyver/twitter-python](https://github.com/computermacgyver/twitter-python) | 38 | Simple example scripts for Twitter data collection with Tweepy in Python
328+
[averagesecurityguy/Python-Examples](https://github.com/averagesecurityguy/Python-Examples) | 18 | Example scripts for common python tasks
329+
[ClarkGoble/Scripts](https://github.com/ClarkGoble/Scripts) | 26 | My scripts - primarily using python and appscript
330+
[computermacgyver/twitter-python](https://github.com/computermacgyver/twitter-python) | 40 | Simple example scripts for Twitter data collection with Tweepy in Python
331331
[gpambrozio/PythonScripts](https://github.com/gpambrozio/PythonScripts) | 40 | A bunch of Python scripts I made and that might interest somebody else
332-
[realpython/python-scripts](https://github.com/realpython/python-scripts) | 49 | because i'm tired of gists
332+
[realpython/python-scripts](https://github.com/realpython/python-scripts) | 56 | because i'm tired of gists

0 commit comments

Comments
 (0)