8000 rearrange · learningendless/awesome-python@db0a7db · GitHub
[go: up one dir, main page]

Skip to content

Commit db0a7db

Browse files
committed
rearrange
1 parent 4b37103 commit db0a7db

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,14 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
191191
*Libraries for manipulating images.*
192192

193193
* [pillow](http://pillow.readthedocs.org/) - Pillow is the **friendly** PIL fork. PIL is the [Python Imaging Library](http://www.pythonware.com/products/pil/).
194+
* [wand](https://github.com/dahlia/wand) - Python bindings for [MagickWand](http://www.imagemagick.org/script/magick-wand.php), C API for ImageMagick.
194195
* [thumbor](https://github.com/thumbor/thumbor) - A smart imaging service. It enables on-demand crop, resizing and flipping of images.
195196
* [imgSeek](http://www.imgseek.net/) - A project for searching a collection of images using visual similarity.
196197
* [python-qrcode](https://github.com/lincolnloop/python-qrcode) - A pure Python QR Code generator.
198+
* [pyBarcode](https://pythonhosted.org/pyBarcode/) - Create barcodes in python without needing PIL.
197199
* [pygram](https://github.com/ajkumar25/pygram) - Instagram-like image filters.
198200
* [Quads](https://github.com/fogleman/Quads) - Computer art based on quadtrees.
199201
* [nude.py](https://github.com/hhatto/nude.py) - Nudity detection.
200-
* [wand](https://github.com/dahlia/wand) - Python bindings for MagickWand, C API for ImageMagick.
201-
* [pyBarcode](https://pythonhosted.org/pyBarcode/) - Create barcodes in python without needing PIL.
202202
* [scikit-image](http://scikit-image.org/) - A Python library for (scientific) image processing.
203203

204204
## Audio
@@ -220,6 +220,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
220220

221221
* [moviepy](http://zulko.github.io/moviepy/) - A module for script-based movie editing with many formats, including animated GIFs.
222222
* [shorten.tv](http://www.shorten.tv/) - Video summarization.
223+
* [scikit-video](https://github.com/aizvorski/scikit-video) - Video processing routines for SciPy.
223224

224225
## Geolocation
225226

@@ -603,9 +604,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
603604
* [ipdb](https://pypi.python.org/pypi/ipdb) - IPython-enabled pdb.
604605
* [winpdb](http://winpdb.org/) - A Platform Independent Python Debugger with GUI.
605606
* [pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes.
607+
* [memory_profiler](https://github.com/fabianp/memory_profiler) - Monitor Memory usage of Python code.
606608
* [django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information about the current request/response.
607609
* [django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver.
608-
* [memory_profiler](https://github.com/fabianp/memory_profiler) - Monitor Memory usage of Python code.
609610

610611
## Science and Data Analysis
611612

@@ -621,8 +622,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
621622
* [PyDy](https://pydy.org/) - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion based around NumPy, SciPy, IPython, and matplotlib.
622623
* [SymPy](https://github.com/sympy/sympy) - A Python library for symbolic mathematics.
623624
* [statsmodels](https://github.com/statsmodels/statsmodels) - Statistical modeling and econometrics in Python.
624-
* [scikit-image](http://scikit-image.org/) - A collection of algorithms for image processing.
625-
* [scikit-video](https://github.com/aizvorski/scikit-video) - Video processing routines for SciPy.
626625

627626
## Data Visualization
628627

0 commit comments

Comments
 (0)
0