Python Morsels | https://github.com/PyWoody/PythonMorsels
A repository for my solutions to the Python Morsels exercises that I have completed.
SnakesInSpace | https://github.com/PyWoody/SnakesInSpace
A Python library for the SpaceTraders game.
tinyoffice | https://github.com/PyWoody/tinyoffice
Make your Office files tiny!
REVerbose | https://github.com/PyWoody/REVerbose
Regular Expressions for the lazy.
nidf | https://github.com/PyWoody/nidf
Simple, striped down `find` replacement for use on NAS or slow disk drives. Results may be faster than `find` on SSDs for deep but not shallow searches.
Additional features include searching inside zip-like objects and searching by file hash matches.
s3stream | https://github.com/PyWoody/S3StreamingTransfer
A simple class to allow fileobj like streaming uploads to S3 buckets from memory without needing to write to disk.
Examples include how to incorporate enhanced generators to setup pre-write caches for increased speeds.
DisQStress | https://github.com/PyWoody/DisQStress
A simple widget that can be embedded in any PyQt6/PySide6 project to help uncover latent stress points.
The purpose of DisQStress is to generate dialable background noise to help uncover latent stress points in any PyQt/PySide application. The background noise will fill up the Signal/Slot queue and make it immediately obvious as to which Signals are holding up the queue and which should take priority in your application.
DisQStress will also help mimic low powered machines without having to spin up VMs or switch between environments.