mIRC art editor & tools (for EFnet #MiRCART)
Go to file
Lucio Andrés Illanes Albornoz 195ddd9af8 MiRCART{Canvas,Frame}.py: adds circle & line tools.
MiRCARTTool{Circle,Line}.py: initial implementation.
2018-01-08 17:44:54 +01:00
.gitignore .gitignore: ignore __pycache__/. 2018-01-02 20:50:40 +01:00
DejaVuSansMono.ttf DejaVuSansMono.ttf: added to repository for convenience. 2018-01-02 16:59:35 +01:00
IrcClient.py Initial release sans tools. 2018-01-08 00:05:03 +01:00
IrcMiRCARTBot.py Initial release sans tools. 2018-01-08 00:05:03 +01:00
MiRCART.png README.md, MiRCART.png: added screenshot & WIP/pending cleanup tags. 2018-01-05 21:18:06 +01:00
MiRCART.py MiRCART{Canvas,Frame}.py: adds circle & line tools. 2018-01-08 17:44:54 +01:00
MiRCARTCanvas.py MiRCART{Canvas,Frame}.py: adds circle & line tools. 2018-01-08 17:44:54 +01:00
MiRCARTCanvasJournal.py MiRCART{Canvas,Frame}.py: adds circle & line tools. 2018-01-08 17:44:54 +01:00
MiRCARTCanvasStore.py MiRCART{CanvasStore,Frame}.py: implements export to Imgur (from bitmap via PNG.) 2018-01-08 00:05:10 +01:00
MiRCARTColours.py Initial release sans tools. 2018-01-08 00:05:03 +01:00
MiRCARTFrame.py MiRCART{Canvas,Frame}.py: adds circle & line tools. 2018-01-08 17:44:54 +01:00
MiRCARTGeneralFrame.py MiRCARTGeneralFrame.py, MiRCARTFrame.py: cleanup. 2018-01-08 01:43:54 +01:00
MiRCARTToPngFile.py Initial release sans tools. 2018-01-08 00:05:03 +01:00
MiRCARTTool.py Initial release sans tools. 2018-01-08 00:05:03 +01:00
MiRCARTToolCircle.py MiRCART{Canvas,Frame}.py: adds circle & line tools. 2018-01-08 17:44:54 +01:00
MiRCARTToolLine.py MiRCART{Canvas,Frame}.py: adds circle & line tools. 2018-01-08 17:44:54 +01:00
MiRCARTToolRect.py MiRCART{Canvas,Frame}.py: adds circle & line tools. 2018-01-08 17:44:54 +01:00
README.md Initial release sans tools. 2018-01-08 00:05:03 +01:00

README.md

MiRCART.py -- mIRC art editor for Windows & Linux (WIP)

  • Prerequisites on Windows: install Python v3.6.x[1] and script dependencies w/ the following elevated command prompt command line:
    pip install requests urllib3 wxPython
  • Prerequisites on Linux: python3 && python-wx{gtk2.8,tools} on Debian-family Linux distributions
  • Screenshot:
    Screenshot

IrcMiRCARTBot.py -- IRC<->MiRC2png bot (for EFnet #MiRCART) (pending cleanup)

  • Prerequisites: python3 && python3-{json,requests,urllib3} on Debian-family Linux distributions
  • IrcMiRCARTBot.py usage: IrcMiRCARTBot.py <IRC server hostname> [<IRC server port; defaults to 6667>] [<IRC bot nick name; defaults to pngbot>] [<IRC bot user name; defaults to pngbot>] [<IRC bot real name; defaults to pngbot>] [<IRC bot channel name; defaults to #MiRCART>]

MiRCARTToPngFile.py -- convert ASCII w/ mIRC control codes to monospaced PNG (pending cleanup)

  • 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/