\r Never lose your cursor again!
Project description
\R
A module for printing messages using /r
Installation
pip install slashr
Usage
Using with
from slashr import SlashR
with SlashR() as sr:
for i in range(10):
sr.print(i)
Using object
from slashr import SlashR
sr = SlashR()
sr.init()
for i in range(10):
sr.print(i)
sr.exit() # Optional if you want to stop slashr entirely
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
slashr-1.0.0.tar.gz
(2.9 kB
view details)
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 slashr-1.0.0.tar.gz.
File metadata
- Download URL: slashr-1.0.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd7b637ef816c6f359dc2a69cdd943a1063128f1b0da3c7073bd41d858bb5d64
|
|
| MD5 |
0955d35b8e3e6be75692e389f4209680
|
|
| BLAKE2b-256 |
4047557d9ab13387b47aebfd920772170d6469510270ac578d55a36c03e8d231
|
File details
Details for the file slashr-1.0.0-py3-none-any.whl.
File metadata
- Download URL: slashr-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7e1417188a7842239a61b2bc43e348ea9cde9629b02647f343bbf5797d5c18d
|
|
| MD5 |
b3ad6ed121e0b7fc24a43b159acea7d1
|
|
| BLAKE2b-256 |
b5f97a5c80f861ff9b8a4bf12eab93298b1da88a99ef0c5175ec7089b80144a8
|