Skip to content

Convenient and efficient library for obtaining 69 in various formats

License

Notifications You must be signed in to change notification settings

lyaguxafrog/six-nine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

six-nine 6️⃣9️⃣

Convenient and efficient library for obtaining 69 in various formats

Install

pip install six-nine

or using poetry:

poetry add six-nine

Usage

import sixnine

sn = sixnine.SixNine()


print(sn()) # 69 as str
print(sn.int()) # 69 as int
print(sn.text()) # output "six nine" string
print(sn.bin) # 0b1000101
print(sn.oct()) # 0o105
print(sn.hex()) # 0x45

About

Convenient and efficient library for obtaining 69 in various formats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages