Hello I'm new here and have been searching for a while but haven't came up with any results that satisfies my question. Basaically I'm making a tool that is sort of an account manager and needs to read some usernames from sample text file for example
Sample.txt:
username1:password1
Username2:password2
I want these to become variables Username & Password and then loop through them, thank you.