printeffect
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: printeffect | ||
| Version: 0.0.2 | ||
| Version: 0.0.3 | ||
| Summary: A print effect | ||
@@ -5,0 +5,0 @@ Author: NoticedCloud |
| Metadata-Version: 2.1 | ||
| Name: printeffect | ||
| Version: 0.0.2 | ||
| Version: 0.0.3 | ||
| Summary: A print effect | ||
@@ -5,0 +5,0 @@ Author: NoticedCloud |
| import time, sys | ||
| def printe(testo, intervallo): | ||
| def printeffect(testo, intervallo): | ||
| for carattere in testo: | ||
@@ -8,3 +8,3 @@ sys.stdout.write(carattere) | ||
| print() | ||
| def inpute(testo, intervallo): | ||
| def inputeffect(testo, intervallo): | ||
| for carattere in testo: | ||
@@ -11,0 +11,0 @@ sys.stdout.write(carattere) |
+1
-1
@@ -5,3 +5,3 @@ from setuptools import setup, find_packages | ||
| VERSION = '0.0.2' | ||
| VERSION = '0.0.3' | ||
| DESCRIPTION = 'A print effect' | ||
@@ -8,0 +8,0 @@ |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
2401
0.42%