KiKi (Simp) is a simple and lightweight Password Generator written in C# using Windows Forms.
- Random Password Generation: Create secure and random passwords of varying lengths and complexities.
- User-friendly Interface: Easy-to-use Windows Forms interface that allows for intuitive interaction.
- Customizable Options: Adjust settings to include uppercase letters, lowercase letters, numbers, and special characters.
- Lightweight: Minimalistic design ensuring it runs efficiently even on older hardware.
- .NET Framework 4.7.2 or higher
- Windows Operating System (Windows 7 or higher)
-
Clone the repository:
git clone https://github.com/yapcona/KiKi_Simp.git
-
Open the solution in Visual Studio:
- Open the
KiKiSimp.slnfile in Visual Studio.
- Open the
-
Build the project:
- Ensure you have .NET Framework 4.7.2 or higher installed.
- Build the solution using Visual Studio.
-
Run the application:
- Start the application from Visual Studio or run the compiled executable from the
bindirectory.
- Start the application from Visual Studio or run the compiled executable from the
This project was created to:
- Gain hands-on experience with C# and Windows Forms.
- Understand the basics of random string generation and secure password creation.
- Develop a lightweight and efficient desktop application.
Feel free to contribute to this project by submitting issues, pull requests, or suggestions. Collaboration is always welcome!
This project is licensed under the MIT License.