Dernière histoire du message WhatsApp avec Python

import pywhatkit
last_history_of_message_sent_by_python = pywhatkit.showHistory()
print(last_history_of_message_sent_by_python)
Programmer of empires