Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nibalizer/ktouch-wiki-gen
Generates lessons for ktouch from wikipedia articles
https://github.com/nibalizer/ktouch-wiki-gen
Last synced: about 1 month ago
JSON representation
Generates lessons for ktouch from wikipedia articles
- Host: GitHub
- URL: https://github.com/nibalizer/ktouch-wiki-gen
- Owner: nibalizer
- Created: 2010-11-28T14:05:21.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-10T01:44:11.000Z (about 14 years ago)
- Last Synced: 2024-10-26T20:13:15.709Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
====
ktouch-wiki-gen
====Ktouch-wkik-gen grabs the text of the specified article from wikipedia
and converts it into ktouch's xml lesson formatFeatures
========Actually pretty much works. If you don't run ktouch in widescreen you can change
the number of characters per line.Installing
==========Ktouch-wiki-gen uses:
*Python2.7
*BeautifulSoup
*ktouchRun ./ktouch-wiki-gen
*you may have to alter the first line of the program depending on your pathIt will generate a .ktouch.xml file in an output directory.
In ktouch go to File -> Open Lecture, and navigate to the generated file.
In Settings -> Ktouch settings -> Training Options you can disable typwritter mode
which will make turn off the "enter after every line" behavior.FAQ
===Why make this?
I found ktouch's interface sexy and beautiful but its default lessons were
preventing me from making it to the next level. It seems like their ought to
be a large repository of CC licensed ktouch lessons but it was easier to make
this.Who helped?
Well it's just me, Spencer, on the active side of things. Thanks to Alevar as well.But big shoutouts to
http://1bnr.wordpress.com/ and http://networking.ringofsaturn.com/Web/removetags.php
They were both very helpful.Why do I have to hit enter all the time?
You don't. In Settings -> Ktouch settings -> Training Options you can disable typwritter mode
which will make turn off the "enter after every line" behavior.Contact
=======Date
====November, 2010
License
=======Copyright © 2010 Spencer Krum
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .