mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-22 15:26:37 +00:00
README.md:MiRCART.py: add prerequisites for Windows & title.
This commit is contained in:
parent
ba99dc1280
commit
31d644515a
@ -1,5 +1,7 @@
|
|||||||
# MiRCART -- XXX
|
# MiRCART.py -- mIRC art editor for Windows & Linux
|
||||||
* Prerequisites: python3 && python-wx{gtk2.8,tools} on Debian-family Linux distributions
|
* Prerequisites on Windows: install Python v3.6.x[1] and wxPython v4.x.x w/ the following elevated command prompt command line:
|
||||||
|
`pip install wxPython`
|
||||||
|
* Prerequisites on Linux: python3 && python-wx{gtk2.8,tools} on Debian-family Linux distributions
|
||||||
|
|
||||||
# IrcMiRCARTBot.py -- XXX
|
# IrcMiRCARTBot.py -- XXX
|
||||||
* Prerequisites: python3 && python3-{json,requests,urllib3} on Debian-family Linux distributions
|
* Prerequisites: python3 && python3-{json,requests,urllib3} on Debian-family Linux distributions
|
||||||
@ -8,3 +10,6 @@
|
|||||||
# MiRC2png.py -- convert ASCII w/ mIRC control codes to monospaced PNG (for EFnet #MiRCART)
|
# MiRC2png.py -- convert ASCII w/ mIRC control codes to monospaced PNG (for EFnet #MiRCART)
|
||||||
* Prerequisites: python3 && python3-pil on Debian-family Linux distributions
|
* Prerequisites: python3 && python3-pil on Debian-family Linux distributions
|
||||||
* MiRC2png.py usage: MiRC2png.py `<MiRCART input file pathname>` `<PNG image output file pathname>` [`<Font file pathname; defaults to DejaVuSansMono.ttf>`] [`<Font size; defaults to 11>`]
|
* MiRC2png.py usage: MiRC2png.py `<MiRCART input file pathname>` `<PNG image output file pathname>` [`<Font file pathname; defaults to DejaVuSansMono.ttf>`] [`<Font size; defaults to 11>`]
|
||||||
|
|
||||||
|
References:
|
||||||
|
Fri, 05 Jan 2018 17:01:47 +0100 [1] Python Releases for Windows | Python.org <https://www.python.org/downloads/windows/>
|
||||||
|
Loading…
Reference in New Issue
Block a user