https://github.com/rdch106/simplepythontools
Python Toolset
https://github.com/rdch106/simplepythontools
python-2 python-3 python-toolset
Last synced: 11 months ago
JSON representation
Python Toolset
- Host: GitHub
- URL: https://github.com/rdch106/simplepythontools
- Owner: RDCH106
- License: lgpl-3.0
- Created: 2016-07-11T16:25:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T16:04:54.000Z (almost 9 years ago)
- Last Synced: 2025-03-12T13:41:30.589Z (about 1 year ago)
- Topics: python-2, python-3, python-toolset
- Language: Python
- Size: 32.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple-Python-Tools
Python Toolset
[](https://travis-ci.org/RDCH106/SimplePythonTools)
[](https://www.codacy.com/app/RDCH106/SimplePythonTools?utm_source=github.com&utm_medium=referral&utm_content=RDCH106/SimplePythonTools&utm_campaign=Badge_Grade)
## Requeriments
Simple Python Tools is compatible with Python 2 and Python 3. The support for Python 2 will be deprecated in future releases and it is recommendable migrate to Python 3.
### Python 2
- Install last version of Python 2
- Install ipaddress Python library
- `pip install ipaddress`
### Python 3
- Install last version of Python 3
## Tools Available
### Common Module
- `function` cleanScreen
- `function` askFor
- `function` pressKey
- `function` countLines
- `class` bcolors
### Ping Network Module
- `function` pingNetwork
### Managers
- JSON Manager