Nitratine Blog Feed

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

Python GUI Using Chrome

Eel is a little Python library for making simple Electron-like HTML/JS GUI apps. This used for creating GUI's in a Chrome app window with HTML, CSS and JS. In summary, it hosts a local webserver, then provides features to communicate between JavaScript and Python.

Read More →
Thumbnail

Python Threading Basics

This post covers the basics of Python's threading module. Threading allows you to run multiple tasks at the same time. This allows you to do one or more tasks while another task runs.

Read More →
Thumbnail

How To Add a Custom Domain To a GitHub Pages Site

In this tutorial, I explain how to configure your domain for GitHub Pages using a domain from Namesilo. You will first want to create a CNAME file for your GitHub pages site.

Read More →
Thumbnail

Github Badges

A small demonstration of using GitHub badges from shields.io and how to manipulate them. Basic badges are demonstrated that would be most used by people.

Read More →
Thumbnail

My Desktop Backgrounds

Surprisingly I get a lot of people asking where I got my backgrounds from in my YouTube videos. I've finally decided to just put them all in once place if anyone is interested.

Read More →
Thumbnail

Hit Counter

Easily Count Hits on a Website by Requesting an SVG Displaying Hit Count. Works on any site.

Read More →
Thumbnail

Auto Py To Exe

This project allows you to convert python scripts to executables with a simple interface. The interface uses chromes app mode and lists all possible flags for pyinstaller. The whole idea seems automatic as it cleans up after itself.

Read More →
Thumbnail

Python Auto Clicker

This is a script that allows you to click your mouse repeatedly with a small delay. It works on Windows, Mac and Linux and can be controlled with user-defined keys.

Read More →