My Project
Project description
Features
Prints
Creates a slider-like animation in the terminal.
First, you specify the object that will move (for example |-|),
then the time it takes for the object to move one character (in seconds),
and finally the length of the area in which it moves.
# Import the module
from consoletype import prints
# The function
prints("|-|", 1, 12)
This will output:
-|-|------------
Get
Performs a standard GET request to the URL you provide.
# Import the module
from consoletype import get
# Ask the user for a website URL
url = input(">>")
# Print the page content after sending the request
print(get(url))
This will output the page content or the HTML source code.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file consoletype-1.4.5.tar.gz.
File metadata
- Download URL: consoletype-1.4.5.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ce64c1cd03d2b0f9bd20a22e5d23bd1639aadb5ac447e50e302086a9809a067
|
|
| MD5 |
740bac5cc7126f11e417391a07bd92ee
|
|
| BLAKE2b-256 |
1665bef89233ee0048cade96a0695902d1c341d0267c084532650eab3f59375f
|
File details
Details for the file consoletype-1.4.5-py3-none-any.whl.
File metadata
- Download URL: consoletype-1.4.5-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0c0989856984917b5b527b47a72792f05917e16370d6cc43905aaead6c7ca95
|
|
| MD5 |
234f58843187a612797535f11345a857
|
|
| BLAKE2b-256 |
da109b12b09f5410dcc471229705dc9724058a71db5cb4f944bff6380a657dd0
|