Skip to content

JustRedTTG/slashr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

\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

About

A module for printing messages using \r

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages