Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Using Python to play Grand Theft Auto 5, mainly for the purposes of creating sel
We try to read frames from the desktop rather than messing with games codes itself. This means generally we can use it to work with more games than GTA V, and it basically tries to learn whatever you put in front of it counting frames as input and generating key presses as output.

Currently this project is under work.
I would like to not help in this project!
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from getkeys import key_check
import os

#I added this comment because I can

def keys_to_output(keys):
#[A,W,D]
Expand Down