A simple command-line interface (CLI) application written in Go that generates valid Swedish "Personnummer" (personal identification numbers).
a) Download the binary from the releases page or
b) Build the binary from source
go install github.com/dominikwinter/genpno@latest
genpno- Clone the repository:
git clone https://github.com/dominikwinter/genpno.git- Navigate to the project directory:
cd genpno- Build and install the application:
make
make install- Run the application:
genpno- 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.
If you'd like to contribute to the project, feel free to fork the repository and submit a pull request. Contributions are welcome!
This project is licensed under the MIT License.