Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
exapunks-hackmatch-bot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
exapunks-hackmatch-bot
Commits
4af667da
Commit
4af667da
authored
Apr 09, 2020
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Xlib as a submodule
parent
a8f3eb0d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
1 deletion
+12
-1
.gitmodules
.gitmodules
+3
-0
bot.py
bot.py
+4
-1
interaction.py
interaction.py
+4
-0
python-xlib
python-xlib
+1
-0
No files found.
.gitmodules
0 → 100644
View file @
4af667da
[submodule "python-xlib"]
path = python-xlib
url = git@github.com:python-xlib/python-xlib.git
bot.py
View file @
4af667da
#!/usr/bin/env python3
import
sys
from
os.path
import
dirname
,
join
sys
.
path
.
insert
(
0
,
join
(
dirname
(
__file__
),
'python-xlib'
))
import
os
import
time
from
collections
import
deque
...
...
@@ -25,7 +29,6 @@ def save_screenshot(win):
if
__name__
==
'__main__'
:
import
sys
verbose
=
'-q'
not
in
sys
.
argv
[
1
:]
try
:
...
...
interaction.py
View file @
4af667da
import
sys
from
os.path
import
dirname
,
join
sys
.
path
.
insert
(
0
,
join
(
dirname
(
__file__
),
'python-xlib'
))
import
time
from
random
import
randint
from
Xlib
import
display
,
X
,
XK
,
ext
...
...
python-xlib
@
2dbeb64e
Subproject commit 2dbeb64e10169b485af1292fb649287a28a07864
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment