Nitratine

A place where I share projects developed by me and tutorials on topics that I'm interested in.

Auto Py to Exe
pip install auto-py-to-exe


Asymmetric Encryption and Decryption in Python
In this post I demonstrate the usage of the cryptography module in Python by using using the asymmetric key method RSA to encrypt and decrypt messages.
16 Sep 2018 New


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.
17 Nov 2018 New
Who is on my Network
This command line tool allows you to keep records of who is on your network and when. Windows is supported and all data is saved in a sqlite database.
11 Oct 2018 New
Get WiFi Passwords With Python
This script searches windows for wifi passwords with python already known and displays them along side the network name. It will not find passwords that your computer doesn't already know. This is useful for the occasions that you forget your WiFi password.
13 Dec 2017 Popular

Python Keylogger
This is a Python keylogger which will work on Windows, Mac and Linux. This script uses the pynput module. This python keylogger will store typed keys in a file in order of when they were typed.
15 Dec 2017 Popular
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.
03 May 2018 Popular