Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Releases: johnridesabike/WordRoom

WordRoom 1.1.1

12 Jul 13:34
d11c4a9
Compare
Choose a tag to compare

This release includes a few bugfixes.

To easily install, run this line of code in your Pythonista console:

import requests as r; exec(r.get('https://bit.ly/2tFpuZh').text)

WordRoom 1.1

01 Jul 15:44
16c98e7
Compare
Choose a tag to compare

This release brings an adaptive iPad UI in addition to the compact iPhone UI. It also has a lot of bugfixes and tweaks.

To easily install, run this line of code in your Pythonista console:

import requests as r; exec(r.get('https://bit.ly/2tFpuZh').text)

WordRoom 1.0

25 Jun 12:34
c2749f6
Compare
Choose a tag to compare

This is WordRoom's first public release! Please open an issue if you have any problems or suggestions for it. To use, simply unzip the release into Pythonista and run WordRoom.py.

WordRoom requires Pythonista for iOS.