This is a simple login library that will check if a username and password are a match on a line in a accounts file. 
Format of file must be USERNAME PASSWORD. The library takes three inputs, username, password, accountsFile. Register function takes 3 inputs, username, password, accountFile. 
Then it stores the username and password in the accountFile by appending it to the existing data