معرفی شرکت ها


dosbox-screen-1.1.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

The Screen class lets you to do positioned writes to the dos terminal.
ویژگی مقدار
سیستم عامل -
نام فایل dosbox-screen-1.1.5
نام dosbox-screen
نسخه کتابخانه 1.1.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Bjorn Pettersen
ایمیل نویسنده bjorn@tkbe.org
آدرس صفحه اصلی https://github.com/thebjorn/doscmd-screen
آدرس اینترنتی https://pypi.org/project/dosbox-screen/
مجوز BSD
doscmd-screen ============= -- Screen positioning and colors in the dos shell (and unix too) .. image:: https://readthedocs.org/projects/doscmd-screen/badge/?version=latest :target: https://readthedocs.org/projects/doscmd-screen/?badge=latest :alt: Documentation Status Installation ------------ :: pip install doscmd-screen Changes ------- Version 1.1.0 introduces ``Screen.color("txt", fg='white', bg='blue')`` which returns a string that can later be printed. Version 1.0.3 introduces thread safe window areas through the Window class. Changes in version 1.0 include support for non-dos platforms, a visual test script, and zero-based indexing of screen positions. Since the last one is a backwards incompatible change I have upped the major version number. I don't forsee any further backwards incompatible changes in this module. Documentation ------------- The documentation lives at http://doscmd-screen.readthedocs.org/ Usage ----- Straight forward positioning and terminal colors in the terminal:: import screen # screen probably needs to be your first import. scr = Screen() scr.centerxy(scr.center, scr.middle, '((.))') scr.writexy(scr.left, scr.bottom, 'left bottom', color='black', on='red') Works for both Windows.. .. image:: https://raw.githubusercontent.com/thebjorn/doscmd-screen/master/docs/_static/screenshot-dos.png ..and unix-like terminals: .. image:: https://raw.githubusercontent.com/thebjorn/doscmd-screen/master/docs/_static/screenshot-linux.png


نیازمندی

مقدار نام
- colorama


نحوه نصب


نصب پکیج whl dosbox-screen-1.1.5:

    pip install dosbox-screen-1.1.5.whl


نصب پکیج tar.gz dosbox-screen-1.1.5:

    pip install dosbox-screen-1.1.5.tar.gz