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: 18 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: 2024-11-08T00:45:22.487Z (2 months ago)
- Topics: generator, gtk4, password, rust
- Language: Rust
- Homepage:
- Size: 848 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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
```