mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-01 13:26:38 +00:00
12 lines
607 B
Markdown
12 lines
607 B
Markdown
# roar.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](https://github.com/lalbornoz/roar/raw/master/assets/images/roar.png "Screenshot")
|
|
|
|
References:
|
|
Fri, 05 Jan 2018 17:01:47 +0100 [1] Python Releases for Windows | Python.org <https://www.python.org/downloads/windows/>
|
|
|
|
vim:ff=dos tw=0
|