Conversation Simulator V1.0
A simple conversation simulator. Version 1. It has taken some time to code. Note me on errors please!
A great sim! I spent a while talking to it and i felt like it was my best friend i never had! cant wait for the next update! (^_^)
@IsaakKim Glad you liked it ^^
I'm busy at the moment, hopefully can get on with the update soon
I like this
@DJWang thank you! I will try to create more advanced codes based on this. :)
Cool. Although I think you should add color to the text using Termcolor.
from termcolor import cprint
Then you can style text with this type of format:
cprint('TEXT', 'COLOR')
For example:
cprint('Hello world', 'green')
@PowerCoder
ok thanks
Very impressive! Try working on some of the grammar and spelling, but otherwise it's GREAT!
@DJWang
Thanks.
The apostrophes i used asterisk instead because I used apostrophes/quotation marks as the print things
@Eyseedoubleyou print('AAnyway, I am a code which is meant to simulate a conversation, not a repetitive friend. So, goodbye! I*ll miss you.') Should be:
print("Anyway, I am a code which is meant to simulate a conversation, not a repetitive friend. So, goodbye! I'll miss you.")
Great logo! Love Zelda games. Also, cool bot!
Cool! This bot talks a lot
Thanks @mkhoi
Yeah I tried to get it like that it took time
@Eyseedoubleyou Appreciate it!
@mkhoi
thanks :D
One sort of grammar error is when the program uses *s instead of ‘s. @Eyseedoubleyou
@MATTHEWBECHTEL
Yes I use that because for some weird reason I used quotation marks instead of speech marks. I’m glad you’ve spotted it though!
@MATTHEWBECHTEL
Have a good day and weekend :D
K. You do aswell. @Eyseedoubleyou
@MATTHEWBECHTEL
Thank you
ありがとうございます!
The weekend is tomorrow. @Eyseedoubleyou
Your welcome? @Eyseedoubleyou
Yes I know it’s tomorrow I meant have good Friday and weekend @MATTHEWBECHTEL
Oh, alright. @Eyseedoubleyou
@Eyseedoubleyou use \'
for single quotes.
@XavierDD
Okay, thanks.
Can i ask which line are you referring to
@Eyseedoubleyou it should work for all strings."text ... isn\'t"
Traceback (most recent call last):
File "main.py", line 267, in <module>
print('Hey %' % name)
ValueError: incomplete format
@ebest
To me it still works, but I think I should’ve done it a different way as I’m using an number version thing.
@ebest I'm having the same problem.
a now subject has been found to talk about?
@Eyseedoubleyou It's one of the things the sim says.
Cool!
Thanks @PYer