spacepaste

  1.  
  2. $python main.py
  3. Master Password Generator for Asus laptops (system date version)
  4. Copyright (C) 2016 dogbert <dogber1@gmail.com>
  5. When asked for a password, enter an incorrect password, then press Alt+R. A prompt with the system date will appear, e.g. 2013-12-31
  6. Please enter the system date:
  7. Traceback (most recent call last):
  8. File "main.py", line 71, in <module>
  9. inDate = raw_input().strip().replace('/', '-').replace('.', '-')
  10. EOFError: EOF when reading a line
  11.