Introducing how to input dates with AutoKey in Linux and Ubuntu.
## Install AutoKey
sudo apt-get install autokey-gtk
## Date script
output = system.exec_command("date '+%A%Y_%B_%d'")
keyboard.send_keys(output)
## Don't forget
Save the script and assign a hotkey.