This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Releases: BlueberryTechnologies/Mango
Releases · BlueberryTechnologies/Mango
Version 1.3
We've fixed a generation bug when attempting to generate on Windows where it was generating the same character.
We have also included a built .exe for Windows platforms.
Version 1.0
Basic Password Generation
Version 1.2.2
- Updated readme
- You can now only enter integers in the character limits field
Version 1.2.1
- Added more characters allowed in the passwords
Version 1.2
- Added letting the user pick certain characters to exclude in the final generated password
- Instead of using random.randint for generation the program now uses time.time() for a more random seed
Version 1.1
Added basic UI