Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bastien Terrier
xeyes_sentences
Commits
887185f1
Commit
887185f1
authored
May 24, 2018
by
Bastien Terrier
Browse files
Update README.md
parent
a5b63454
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
887185f1
...
...
@@ -10,21 +10,15 @@ You need *xeyes* program.
You also need
*PyGTK*
installed - required for screen resolution.
`sudo apt-get install python-gtk2`
.
## How to use it ?
Clone this project and run :
```
cd src
python xeyes_sentences "your_sentence" [size]
cd ..
./xeyes_sentences.sh
```
Clone this project and run
`./run.sh "your_sentence" [size]`
Parameters :
*
your_sentence : [a-zA-Z!?]
*
[optional] size : 25 by default
NB1 : you may need the execution right to run the script
`chmod +x
xeyes_sentences
.sh`
NB1 : you may need the execution right to run the script
`chmod +x
run
.sh`
NB2 : to clear the sentence, just run
`pkill xeyes`
NB2 : to clear the sentence, just run
`pkill xeyes`
. Running the script clear screen at first.
## Work in progress...
Currently, this program is just able to print the sentence into a single line without handle the overflow. This should be fixed shortly.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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