Skip to content

earthboundkid/python-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Carl Tools These are some of my convenience packages for Python.

##Contents ###texttools texttools is a convenience module containing objects for manipulating text in an interactive shell. A typical usage might be:

>>> from texttools.copy_paste import copy
>>> copy("Hello World")
>>> from texttools.copy_paste import p
>>> p.lower()
'hello world'
>>> from texttools.word_count import wc
>>> wc
Lines:	1
Words:	2
Chars:	11

###cmdtools cmdtools make it easy to run other processes.

About

Miscellaneous Python tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages