A zero-depedencies and most-used python resources.
Project description
pythings
A zero-depedencies and most-used python resources.
Available resources
- Convertions
More convertions can be added.
Features
- Operations
- Web scrapping
- Management
Usage
- Use PyPi to install pythings in your computer.
- Open new terminal in your code enviroment and type below:
pip install pythings
Writing our first program with pythings
from pythings import Convertions
# Lets create an object
c = Convertions()
# Calling this convertion method
c.text_to_binary("foo")
# Output:
# 01100110 01101111 01101111
License
MIT License - Read full LICENSE
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.