Nitratine Blog Feed

Thumbnail

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 →
Thumbnail

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 →
Thumbnail

University of Waikato Moodle Resource Work Around Ignorer

A chrome extension to solve the Waikato Universities resource work around in Moodle.

Read More →
Thumbnail

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 →
Thumbnail

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 →
Thumbnail

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 →
Thumbnail

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 →
Thumbnail

Putting auto-py-to-exe on PyPI

I have finally decided to put auto-py-to-exe on the Python Package Index. Auto-py-to-exe can now be installed using pip by executing 'pip' install auto-py-to-exe.

Read More →
Thumbnail

Price Per Unit

This app compares prices for similar items and will calculate the price per unit for each item. These values can then be compared to find the best value for money.

Read More →
Thumbnail

Python SQLite3 Basics

This post covers some basics of SQLite3. SQLite3 allows us to access a database using SQL that doesn't require a separate server. This means the database is stored in a single file and we directly connect to the file rather than through some third-party applications server.

Read More →