/Basic-WFA-Password-Gen

A basic and simple password generator desktop app based on the .NET Windows Forms UI Framework.

Primary LanguageC#OtherNOASSERTION

Basic WFA Password Generator

A basic and simple password generator desktop app based on the .NET Windows Forms UI Framework.

Preview.png

Build It Yourself

You can build the program yourself using Visual Studio (tested in 2017 and up). You can instead also download the binary here.

Prerequisites

Steps

  1. Clone the Repository:

    • Open Windows Terminal or Command Prompt.
    • Run the following command to clone the repository to your local machine:
      git clone https://github.com/derkandre/Basic-WFA-Password-Gen.git
      
  2. Open the Solution:

    • Navigate to the directory where you cloned the repository.
    • Find the Visual Studio solution file (.sln) and double-click to open it in Visual Studio 2022.
  3. Build the Solution:

    • Click on the "Build" menu and choose "Build Solution" (or press Ctrl + Shift + B) to compile the project.
  4. Run the Application:

    • After successfully building the solution, you can run the application by clicking on the "Start" button (play triangle icon) in the toolbar or by pressing F5.
    • And you're done!

Contributing

If you find any issues or have suggestions for improvements, feel free to contribute to the project by submitting pull requests or opening issues on GitHub. I would appreciate it hehe.

License

License: ISC
This project is licensed under the ISC License in which the full license text can be found here:

https://github.com/derkandre/Basic-WFA-Password-Gen/blob/master/LICENSE.md