For a short month, here’s a short widget: a self updating time label
For a short month, here’s a short widget: a self updating time label
Here is a health bar widget in PyQt/PySide!
It’s been a while since I’ve touched this program.
Here is a simple Python dictionary viewer
This is how to stop some Fortran code though Python, specifically Fortran with OpenMP through Python.
Say you’ve compiled Fortran code with f2py to be able to run it through python, and it’s a rather long running process. Here’s a method to monitor its progress while it’s running.
This was hinted at last month, so here it is.
This is a chunk of code that I’ve had in some form or another for a while now (most recently it showed up in the file encrpyter program) that truncates the file path as seen above.
Just back in January I released this simple file encrypter. Then I found out Python 2 will be depreciated by the end of the year.
This is a program I wrote that encrypts and decrypts files. But honestly I made it to play with the progress bars that PyQt has.