README.md:MiRCART.py: add prerequisites for Windows & title.

This commit is contained in:
Lucio Andrés Illanes Albornoz 2018-01-05 16:59:51 +01:00
parent ba99dc1280
commit 31d644515a
1 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# MiRCART -- XXX
* Prerequisites: python3 && python-wx{gtk2.8,tools} on Debian-family Linux distributions
# MiRCART.py -- mIRC art editor for Windows & Linux
* 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
* 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)
* 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>`]
References:
Fri, 05 Jan 2018 17:01:47 +0100 [1] Python Releases for Windows | Python.org <https://www.python.org/downloads/windows/>