Skip to content

mlensment/ikgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Estonian Identity Code generator

This ruby script generates valid Estonian male and female identity codes, birth year between 1950 - 1999. This means that the generated person will always be an adult (18+). Pull requests are welcome (this script should probably be a gem).

Requirements

You need ruby to run this script. Tested with ruby 2.4.1.

Installation

cd ~/your-preferred-directory
git clone [email protected]:mlensment/ikgen.git
cd ikgen

Usage

ruby ik.rb

Bonus

Additionally you may create an alias and add it to your .bashrc / .zshrc

echo 'alias ikgen="ruby ~/your-preferred-directory/ikgen/ik.rb"' >> ~/.zshrc
source ~/.zshrc
ikgen

About

Estonian Identity Code generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages