Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/goto-eof/mini-password-generator
- Owner: goto-eof
- Created: 2023-01-28T16:23:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T07:18:22.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T14:01:10.710Z (over 1 year ago)
- Topics: generator, gtk4, password, rust
- Language: Rust
- Homepage:
- Size: 848 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```