Skip to content

This is a simple C++ comand line program generates random codes based on your preferences.

License

Notifications You must be signed in to change notification settings

ChillSheep/GeneralCodeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeneralCodeGenerator

This is a simple C++ comand line program generates random codes based on your preferences.

  • Supports adding a '-' after every x characters (0 to disable).
  • Shouldn't crash if you don't use insanely huge numbers.
  • Easy to use.
  • Code is optimised and easy to read.

New in 2.1

  • New option to save settings to file after you generate your codes after the first time.
  • Check if the settings file exists and only then you can load your settings.
  • Custom format options, L for big letter, N for number, s for small letter, l for any letter, A for any character.
  • Fixed variable problems.

New in 2.1.1

  • Replaced most std::endl with '\n'.

About

This is a simple C++ comand line program generates random codes based on your preferences.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages