Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Releases: BlueberryTechnologies/Mango

Version 1.3

16 Jan 07:10

Choose a tag to compare

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

26 Mar 20:01
118466e

Choose a tag to compare

Basic Password Generation

Version 1.2.2

26 Mar 21:05

Choose a tag to compare

  • Updated readme
  • You can now only enter integers in the character limits field

Version 1.2.1

26 Mar 21:04

Choose a tag to compare

  • Added more characters allowed in the passwords

Version 1.2

26 Mar 21:03

Choose a tag to compare

  • 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

26 Mar 20:02

Choose a tag to compare

Added basic UI