Skip to content
/ one Public

A recreation of one.py i've seen somewhere on youtube and i couldn't find the source of so i coded it myself.

License

Notifications You must be signed in to change notification settings

anamoyee/one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

one.py

Usage:

>>> import one
>>> one + one
<module 'two.py'>
>>> import two
>>> (one + two) ** two
<module 'nine.py'>
>>> import math
>>> two * math.pi
<module 'tau.py'>
>>> one + 19127838471238
<module 'nineteen_trillion_one_hundred_and_twenty_seven_billion_eight_hundred_and_thirty_eight_million_four_hundred_and_seventy_one_thousand_two_hundred_and_thirty_nine.py'>

Now as a pip installable package!

pip install one-dot-py

About

A recreation of one.py i've seen somewhere on youtube and i couldn't find the source of so i coded it myself.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages