Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Utilities

    drawsomething 0.1.0

    Download button

    No screenshots available
    Downloads: 103  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Lx Yu | More programs
    MIT/X Consortium Lic... / FREE
    September 3rd, 2012, 11:03 GMT
    ROOT / Utilities

     Read user reviews (0)  Refer to a friend  Subscribe

    drawsomething description

    Drawsomething word guess helper

    drawsomething is a tool that helps you guess drawsomething words by brute force all permutations.

    Install Guide

    Take OS X for example.

    Drawsomething depends on enchant to do spell checking.

    As pyenchant is only a python binding for enchant, we need to install enchant first. And we also need to install aspell with en dict because enchant use aspell as backend.

     brew install aspell --lang=en
     brew install enchant
     pip install pyenchant google-translate


    Usage

    One line script to generate all possible words:

    >>> import drawsomething
    >>> drawsomething.get_words('esttxyz', 4)
    ['ttys', 'sexy', 'yest', 'text', 'sett', 'zest', 'stet', 'test']


    To list words with translations:

    >>> import drawsomething
    >>> words = drawsomething.get_words('esttxyz', 4)
    >>> for w in words:
    >>> trans = drawsomething.translate(w, 'zh_cn').lower()
    >>> print w, trans


    The drawsth is a cli script to list all possible words:

    drawsth -l 4 -c esttxyz
    ttys
    sexy
    yest
    text
    sett
    zest
    stet
    test



    Product's homepage

    Requirements:

    · Python
    · pyenchant
    · google-translate

      


    TAGS:

    word guess | guess words | word | guess | helper

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM