Simple password generator that I made during my free time with Winforms & Guna UI NuGet package in C#.
- Easily generate passwords with one button press.
- A option to configure the password lenght, enable or disable special characters & numbers.
- Easily modifiable source code.
- Recommended to use the newest
Visual Studio,Guna UI&Winformsversions.
To get started with the simple password generator, follow these steps:
- Clone the repository by downloading it as a ZIP file or running the command
git clone https://github.com/audriuxsmik/password-generator. - Navigate to the password generator directory and open it with Visual Studio.
- Make sure that
Guna UIpackage is installed. If it isn't, download it through NuGet in Visual Studio. - Use
F5to start the program debugging.
