Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nathan/Eilisha Shiraini
colorcode
Commits
afe38c5e
Commit
afe38c5e
authored
May 08, 2019
by
Nathan/Eilisha Shiraini
Browse files
Fixing long description
parent
6df9d60c
Changes
1
Hide whitespace changes
Inline
Side-by-side
info.py
View file @
afe38c5e
...
...
@@ -12,7 +12,7 @@ COPYRIGHT_NOTICE = "(c) 2018 Nathan/Eilisha Shiraini\n(c) 2018 HEPTACLE"
#Versionning data
VERSION_MAIN
=
'1.0'
VERSION_SUFFIX
=
'.
1
'
VERSION_SUFFIX
=
'.
2
'
VERSION_EPOCH
=
0
...
...
@@ -59,9 +59,9 @@ You can override default settings with various parameters:
colorcode -o mycode.png -m 4 -i redcyan "Hello World" "Python 3 RuleZ"
- ``-o mycode.png`` means "Save the image to the file ``mycode.png``"
- ``-m 4`` means "Each square block (aka module) will have a size of 4x4 pixels"
- ``-i redcyan`` means "Use the Red/Cyan method to combine the codes instead of the default"
- ``-o mycode.png`` means "Save the image to the file ``mycode.png``"
- ``-m 4`` means "Each square block (aka module) will have a size of 4x4 pixels"
- ``-i redcyan`` means "Use the Red/Cyan method to combine the codes instead of the default"
By default the combination method is chosen automatically depending on the number of data entries.
...
...
Write
Preview
Supports
Markdown
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