Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/audriuxsmik/password-generator
Simple password generator made with Winforms & Guna UI NuGet package in C#.
https://github.com/audriuxsmik/password-generator
guna-framework guna-ui password-generator winforms winforms-application
Last synced: about 1 month ago
JSON representation
Simple password generator made with Winforms & Guna UI NuGet package in C#.
- Host: GitHub
- URL: https://github.com/audriuxsmik/password-generator
- Owner: audriuxsmik
- License: mit
- Created: 2024-08-02T13:10:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T07:34:28.000Z (3 months ago)
- Last Synced: 2024-10-01T06:40:59.836Z (about 1 month ago)
- Topics: guna-framework, guna-ui, password-generator, winforms, winforms-application
- Language: C#
- Homepage:
- Size: 1.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple password generator made with Winforms.
Simple password generator that I made during my free time with Winforms & Guna UI NuGet package in C#.
![alt text](https://raw.githubusercontent.com/audriuxsmik/password-generator/main/preview.png)
## Features
- Easily generate passwords with one button press.
- A option to configure the password lenght, enable or disable special characters & numbers.
- Easily modifiable source code.## Notes
- Recommended to use the newest `Visual Studio`, `Guna UI` & `Winforms` versions.
## Source code installation
To get started with the simple password generator, follow these steps:
1. Clone the repository by downloading it as a ZIP file or running the command `git clone https://github.com/audriuxsmik/password-generator`.
2. Navigate to the password generator directory and open it with Visual Studio.
3. Make sure that `Guna UI` package is installed. If it isn't, download it through NuGet in Visual Studio.
4. Use `F5` to start the program debugging.