Python - Typewriter Style Animated Text Tutorial

preview_player
Показать описание
This tutorial shows you how you can add typewriter style animated text to your Python programs quickly and easily. This is especially useful when you are creating dialogue screens for adventure RPG games. Works in Linux and Windows

Рекомендации по теме
Комментарии
Автор

I've been looking ALL OVER for something like this!! I think the YouTube search algorithm hates me. Thanks so much for creating this!!

jimmyslaughter
Автор

Hi, I am creating a textgame and this helped me a lot! Thank you very much! Now my dialogues looks a bit realistic:D

AGiles
Автор

hi i am creating an A.I this made a big difference to my programs thank you so much..

Abel
Автор

Thank u so much for this tutorial i am actually creating a zombi apocalypse game and i want to add this!

blueflamegaming
Автор

How would I go about adding the same function but for periods instead? For example (1.0) for new lines and (.3) for periods?

itstwokay
Автор

I'm going to create a python chat Your video almost solved all my problems 👍👍👍

IntrovertCoder
Автор

Going forward, I will find ways to apply “Flush the buffer” in a British accent to as many situations as humanly possible

lakewobegonesbest
Автор

Is there away you could adapt this so that you could just call it and and have different messages play ?

thewatchingeye
Автор

Thank bro kudos to you i was looking for this! <3

zonex
Автор

i created Hogwarts sorting hat game with this. it helped me a lot

safal
Автор

How do I make my entire code like this? Do I have to call the function every time there is a printed message? And how would that work with things like 'message = input("enter message")'?

Maxi
Автор

Better idea use the scrollingtext python module and use the sprint function 😊

tperm
Автор

Hi, loved the video!! I was just wondering if this is Python 2 or 3??

teolien
Автор

Thank you so much for this. Up until a few weeks ago, this code was working fine for me. However, I have noticed recently that the text would print at the rate I set it at (0.04), then slowed down the rate abruptly in the middle of the process. Do you know how I would fix this?

jadonxia
Автор

Thanks a lot man, you are the best! I have successful plans now cos of this. And another thing, what does the os import do, I don't think it made any difference from where I saw it.

bosstareq
Автор

how do i make like an input base typewriter?

Rizvi-
Автор

Great video! Super helpful. But I was wondering how may I go about adding this function to an input function. Like i want it to print like a typewriter when asking :

name = input("what is your name? ")

joloe
Автор

I get an error on for char in message, soometimes it wont show a message, but it just doesnt work, as in its not animated...Can anyone help me out?

Wegboe
Автор

You dont know how much you've helped

THAAAANNKKKKSSS❤️❤️

irjpyvr
Автор

So if I'm going to do this...should I ever use the print function ?

TheFastkill