Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goto-eof/mini-password-generator

Mini password generator is a little experiment with GTK4 and Rust.
https://github.com/goto-eof/mini-password-generator

generator gtk4 password rust

Last synced: 12 days ago
JSON representation

Mini password generator is a little experiment with GTK4 and Rust.

Awesome Lists containing this project

README

        

# Mini password generator
Mini password generator is a little experiment with GTK4 and Rust.

![alt screenshot](screenshot.png)

### MacOS - Install GTK4
```
brew install gtk4
```

### Linux (Ubuntu) - Install libraries
```
sudo apt-get install libglib2.0-dev libgtk-4-dev libpango1.0-dev
```

### Run application
```
cargo run
```

### Build a production version
```
cargo build --release
```