rcg is a open source software that generates pseudo-random characters, like letters, numbers and symbols according to the inserted length and type of characters selected.
rcg was created and tested on Linux system (x86-64 intel), install the following libraries according to your package manager.
# apt
sudo apt install git libncurses-dev make gcc
# pacman
sudo pacman -S git ncurses make gcc
Follow the steps described below to download and compile the software.
# clone the repository
git clone --verbose https://github.com/kanzenminarai/rcg.git
# change the directory
cd rcg/
# compile and install
sudo make install
# remove built files
make clean
# run
rcg
# help argument prints the usage screen
rcg help
# generate create and print the characters according to input in the command line
rcg generate [size] [type]
sudo make clean uninstall
Pull requests or any Contribution to the code are analysed and accepted if everything is solved through a conversation, please explain all the changes done in the code and everything that was added, the coding style tries to follow the principles of "the clean code", please send a message on my discord: kanzenminarai or even by email using the one listed in the LICENSE file if you wish to talk or discuss.
This software is under the Zero Clause BSD License.