Metadata-Version: 2.1
Name: cmdw
Version: 0.26
Summary: just get info of length and width of terminal/console/cmd
Home-page: https://github.com/licface/cmdw
Author: Hadi Cahyadi LD
Author-email: cumulus13@gmail.com
Maintainer: cumulus13 Team
Maintainer-email: cumulus13@gmail.com
License: BSD
Project-URL: Documentation, https://github.com/licface/cmdw
Project-URL: Code, https://github.com/licface/cmdw
Project-URL: Issue tracker, https://github.com/licface/cmdw/issues
Description: cmdw
        ==================
        
        just get info of length and width of terminal/console/cmd
        
        
        Installing
        ----------
        
        Install and update using `pip`_:
        
        .. code-block:: text
        
            $ pip install cmd
        
        cmdw supports Python 2 and newer, Python 3 and newer, and PyPy.
        
        .. _pip: https://pip.pypa.io/en/stable/quickstart/
        
        
        A Simple Example
        ----------------
        
        What does it look like? Here is an example of a cmdw:
        
        .. code-block:: python
        
            >>> import cmdw
            
            >>> cmdw.getWidth()
            >>> 164
            >>> cmdw.getHeight()
            >>> 26
            >>> cmdw.getWidth() * "#"
            >>> ############################################################################### 
            ....
        
        
        Support
        ------
        
        *   Python 2.7 +, Python 3.x
        *   Windows, Linux
        
        Links
        -----
        
        *   License: `BSD <https://github.com/licface/cmdw/blob/master/LICENSE.rst>`_
        *   Code: https://github.com/licface/cmdw
        *   Issue tracker: https://github.com/licface/cmdw/issues
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
