- Run
pip install simplpython
- In your python terminal or script type
from simplpython import *
- Test by running
simplpython.display("Hi, Does this work?")
if the output isHi, Does this work?
It WORKED!
This package gets updated regularly (Like WAAAY Too much)
display(text)
: displays something in the command linefiles_io(filename, mode, text)
: this depends on the mode you are using, if you are using mode r(t/b) you dont need to fill out the text parameter.TTS(speak, language, slow)
(YES the case DOES Matter) speak is what you want the program to speak, language is the language you want the program to speak in, and