Skip to content

dominikwinter/pno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swedish Personnummer Generator

A simple command-line interface (CLI) application written in Go that generates valid Swedish "Personnummer" (personal identification numbers).

Usage

a) Download the binary from the releases page or

b) Build the binary from source

go install github.com/dominikwinter/genpno@latest

genpno

Development

  1. Clone the repository:
git clone https://github.com/dominikwinter/genpno.git
  1. Navigate to the project directory:
cd genpno
  1. Build and install the application:
make
make install
  1. Run the application:
genpno

Features

  • Easy to Use: Simply execute the binary in the CLI to generate a valid Swedish "Personnummer."
  • Planned Flags: Future updates will include optional flags to specify gender, birthdate, and output format.

How to Contribute

If you'd like to contribute to the project, feel free to fork the repository and submit a pull request. Contributions are welcome!

License

This project is licensed under the MIT License.

About

Generate and validate a Swedish Personnummer, an individualized identifier assigned to each individual born in Sweden

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors