Nitratine Blog Feed
Python Size and Time Cache Decorator
A Python decorator that allows developers to cache function return values and include expirations on remembered values.
Read More →Issues When Using auto-py-to-exe
After helping many of people fix issues with auto-py-to-exe and PyInstaller, this post contains what I think you should understand and ways to fix issues you are having with auto-py-to-exe.
Read More →Asymmetric Encryption and Decryption in Python
In this post, I demonstrate the usage of the cryptography module in Python by using the asymmetric key method RSA to encrypt and decrypt messages.
Read More →Encryption and Decryption in Python
In this post, I discuss how to encrypt and decrypt messages in Python using symmetric encryption. I will demonstrate how to create keys, save keys and how to encrypt messages and text.
Read More →Am I A Participant
Check if you are a participant of a conversation in Gmail. Helps you stop sending emails with the wrong address.
Read More →University of Waikato Moodle Resource Work Around Ignorer
A chrome extension to solve the Waikato Universities resource work around in Moodle.
Read More →Multi Clipboard
A simple clipboard manager so you will never find yourself copying the same thing twice. Images, text and files are supported and unlimited amounts of saved clipboards can be created. Switch clipboard contents using a simple GUI.
Read More →How to Clean a Twitter Account with jQuery
This article covers how I used jQuery on twitter.com to delete all my tweets and remove all my likes and accounts I follow.
Read More →Python GUI's with PyQt
This tutorial covers the basics of how to create GUI's in Python using PyQt5. I will demonstrate how to find the designer and basic usage, converting .ui to .py, running the output file and connecting events to methods.
Read More →Media Picker
I had been requested to help someone with filtering a lot of images taken with a camera. This would need to occur regularly so I created an interface that would help them easily select what photos they wanted.
Read More →