Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
Show off your project!

Auto Typist

diligentcircle
Monday, November 12, 2012 - 16:30
diligentcircle's picture

I just finally finished Auto Typist. Basically, it takes some text that you specify in a config file and types it. You can download it here:

http://onpon.co.nr/apps/auto-typist/

I used these in it:

http://opengameart.org/content/single-key-press-sounds

http://opengameart.org/content/communication-terminal-32x32

Do let me know what you think! :)

  • Log in or register to post comments
MoikMellah
joined 14 years 3 weeks ago
Monday, November 12, 2012 - 17:45
MoikMellah's picture

Cool stuff, and glad to see someone found a use for the comm terminal (and thanks for the nod in the credits - much appreciated :)!  Worked flawlessly for me on Ubuntu 10.04 - ran smoothly once I got pygame installed, and the config file is nicely structured and easy to use.

Might be a nice feature to be able to specify an alternate config file as a CLI arg, so that you can run separate documents at different points in a video, such as:

./auto-typist.py gameplay.json

<show gameplay Level 1>

./auto-typist.py editor.json

<show Level Editor usage>

My project: Bits & Bots

  • Log in or register to post comments
diligentcircle
joined 14 years 3 weeks ago
Tuesday, November 13, 2012 - 08:21
diligentcircle's picture

Thanks for the suggestion! I can't believe I didn't think of that, and it's so simple to add, too. I've uploaded a new version which adds this, same place. :)

EDIT: Another update. It turns out the positioning of the text was buggy.

My website

  • Log in or register to post comments