A repository containing the smaller projects (e.g. standalone scripts or small tools) that I've made.
├── encoder-decoder: a script to encode or decode a given text based on a set keyword
├── image: contains scripts for image manipulation
│ ├── resizer: resizes an image to a given dimension
│ ├── pixelator: pixelates an image
│ └── color-palette: extracts a color palette from an image via k-means clustering
├── montecarlo: a script to estimate digits of pi using the monte carlo approximation method
├── nqueens: a genetic algorithm to optimize/solve the n-queens problem
├── password-generator: a script to generate a password based on customizable parameters
├── sudoku: a script that creates a sudoku puzzle and also provides the solution for it
└── typespeed: a typing speed tester script for fun that calculates wpm and accuracy