All,
I'm new to Python, but have some programming experience.
I am building an RFID reader that will be controlled by push buttons. One of the buttons is to prompt the user for the name of a location, which will be typed in via a wireless keyboard. This input should be saved as the first line in a new, blank file.
I'm able to confirm the button is connected properly, but I don't know where to look for this type of scripting. A Google search doesn't return anything usable.
Where can I look, or what examples can someone provide to get me started in the right direction?