Skip to content

A repository containing the smaller projects (e.g. standalone scripts or small tools) that I've made.

Notifications You must be signed in to change notification settings

thewyveo/Mini-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-projects

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

About

A repository containing the smaller projects (e.g. standalone scripts or small tools) that I've made.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages