https://github.com/ooopsnake/pwd-gen-rs
password generator
https://github.com/ooopsnake/pwd-gen-rs
iced rust
Last synced: about 2 months ago
JSON representation
password generator
- Host: GitHub
- URL: https://github.com/ooopsnake/pwd-gen-rs
- Owner: ooopSnake
- License: mit
- Created: 2021-04-15T16:58:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T08:20:11.000Z (about 5 years ago)
- Last Synced: 2025-03-31T00:17:47.725Z (about 1 year ago)
- Topics: iced, rust
- Language: Rust
- Homepage:
- Size: 7.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Password Generator
> inspired by Apple's keychain, 100% Rust
| cat | details |
| :--- | :---: |
| lang| rust|
| gui-framework | iced|
### App icon

### Screenshot

### Build Binary
```bash
cargo build --release
# app will found in target/release
```