I Ching application written in PyQt.
Project Website: https://rluu.github.io/iching/
Project GitHub page: https://github.com/rluu/iching/
Project Author: Ryan Luu ([email protected])
Please see the doc/README.txt file for more information about the projct and how to build and run it.
Source code for the actual project was previously hosted on Google Code, and has now been migrated to GitHub.
- GitHub code checkout:
git clone https://github.com/rluu/iching.git
Webpage for the project is hosted on GitHub pages.
- Website URL: https://rluu.github.io/iching/
- Website source code: https://github.com/rluu/iching/tree/gh-pages
- Project page on Google Code (currently read-only now): https://code.google.com/p/iching/
- Subversion code checkout:
# Anonymous access:
svn checkout http://iching.googlecode.com/svn/trunk/ iching-read-only
# Project member access:
svn checkout https://iching.googlecode.com/svn/trunk/ iching --username [email protected]