pip install izda
1.0.0
설치 | changelogs | 웹 사이트
" Izda "패키지는 단지 재미 있고 지루했기 때문에 코딩했습니다.
그것은 최고의 포장이 아니에요 내 예제는 똥이므로 너무 많이 기대하지 마십시오
pip3 install izda
import izda # Import the libary
izda . System . title ( "This is the Title!" ) # Change the title import izda # Import the libary
izda . System . clear () # Clears the console import izda # Import the libary
izda . Write . Print ( "Typewriter function" , interval = 0.05 ) # Typewriter print function
izda . Write . Print ( "Typewriter input function" , interval = 0.05 , newLine = False ) # Typewriter input animation
# The "interval" in the function is the speed and the "newLine=..." is to print a new line after the animation
# You can also use cursor=False/True if you want to show the command prompt cursor or not import izda # Import the libary
izda . System . init () # Allows you to use colors in print
izda . System . command ( "echo Hello" ) # Execute a command into the console
izda . System . enter ( 5 ) # Press enter 5 times to exit ? github : @ collinizda
? 웹 사이트 : collinizda.com
import izda # Import IzDa
def lol (): # Creating our example function
izda . System . clear () # Clear the command prompt
izda . System . title ( "Example" ) # Changes the title
izda . System . init () # Allow us to write colors in the command prompt
izda . System . command ( "mode 120, 25" ) # Execute a command
inputa = izda . Write . Input ( f'Write "Hi": ' , interval = 0.05 ) # Ask the user to input "Hi"
if inputa != "Hi" : # If he does not input "Hi"
izda . Write . Print ( 'I said you have to input "Hi"!' , interval = 0.05 ) # Say it to him
else : # If he input "Hi" and did all right
izda . Write . Print ( 'Like this! Now press enter 5 times to exit.' ) # Say he have to press enter 5 times to exit
izda . System . enter ( 5 ) # Execute the enter 5 times function
if __name__ == "__main__" :
lol () # Execute our created function on program run? "Izda"를 즐겼습니까? 별을 떨어 뜨리는 것을 고려하십시오 : d
"Izda"는 Collinizda에 의해 만들어졌습니다.
불화 : Collinizda#1594
웹 사이트 : https://collinizda.com/