Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 358 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 358 Bytes

PythonPrograms

A repo for all single file standalone python scripts illustration various applications in computers.

1 Keylogger A simple python script to log your keyboard activity in a text file. This script uses pynput python library.

2 tic-tac-toe A simple python script to illustrate a non-intelligent tic-tac-toe game between user and CPU.