Here are my top projects, ranked by community engagement and GitHub stars:
1. django-querycount ⭐ 409
Middleware that prints the number of DB queries to the runserver console. A handy debugging tool for Django developers looking to optimize their database access patterns.
2. django-redis-metrics ⭐ 93
Metrics for Django apps backed by Redis. Track application metrics with Redis as your backend storage system.
3. python-laser-tracker ⭐ 89
A simple laser tracker using Python and OpenCV. Computer vision project for detecting and tracking laser points.
4. word2html ⭐ 54
A quick and dirty script to convert Word (docx) documents to HTML. Useful for document conversion workflows.
5. django-rainbowtests ⭐ 43
A custom test runner for Django that gives you really colorful test output. Makes running tests more visually appealing and easier to parse.
6. django-staticflatpages ⭐ 26
A Django app similar to contrib.flatpages, but without the database. Serves static HTML documents from your filesystem.
7. alfred-percent-change ⭐ 20
An Alfred workflow for percentage calculations. Quick mental math helper for macOS power users.
8. pgSlideShow ⭐ 12
A small image slideshow app written in Python using Pygame. Simple graphics project for image viewing.
9. correlation ⭐ 8
A Python module with functions to compute two images' correlation coefficients. Image processing utility.
10. shaney ⭐ 8
A copy of the Mark V. Shaney Markov chain text generator. Fun text generation experiments.
For more of my projects, visit my GitHub profile.