Skip to content

CodeWithSwastik/better-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

better-python

Adds more functionality to Python and an easy to use wrapper for forbiddenfruit.

from betterpython import modify

@modify(str)
def remove(self, substr):
    return self.replace(substr, "")
    
print("This is a string".remove("i")) # Ths s a strng

About

Adds more functionality to Python and an easy to use wrapper for forbiddenfruit.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages