معرفی شرکت ها


capitalizr-1.02.00


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

capitalizr changes the case of first letter of any word (lowercase to uppercase)
ویژگی مقدار
سیستم عامل -
نام فایل capitalizr-1.02.00
نام capitalizr
نسخه کتابخانه 1.02.00
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Santosh Kumar
ایمیل نویسنده sntshkmr60@gmail.com
آدرس صفحه اصلی https://github.com/santosh/capitalizr
آدرس اینترنتی https://pypi.org/project/capitalizr/
مجوز capitalizr - changes the case (lowercase to uppercase) the first letter of any word. The words with less than 4 characters/letters are not processed. Copyright (c) 2012, Santosh Kumar <sntshkmr60@gmail.com> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**capitalizr** - It's a utility that lets you change the case *(lowercase to uppercase the letter of the words)* words in a file, leaving the words which have 3 or less letters. The file looks pretty if it has all words in capitalcase in it. why not sed? ------------ - because capitalizr is easy to use, just damn simple - sed doesn't takes input from stdin, it just works on piping. Install ------- The one and only requirement is Python, if you are on any variant of UNIX *(e.g. Linux, *BSD, Mac etc)* then you have a good luck, else `download <http://www.python.org/download/>`__ it. The simplest installation (for UNIX) is `download <https://github.com/santosh/capitalizr/archive/master.zip>`__/clone the archive, extract it ``cd`` to it and run the setup:: $ pip install capitalizr Refer to `INSTALL` file for more instruction related to installation. Usages ------ After following the instructions in `INSTALL <https://github.com/santosh/capitalizr/blob/master/INSTALL.rst>`_ file, you should be able to type ``capitalizr`` in terminal. Type capitalizr followed by the filename and the output will be on the screen:: $ capitalizr inputfile.txt Pipe input to it:: $ cat inputfile.txt | capitalizr - Input from **stdin**:: $ capitalizr - the quick brown fox jumps over the lazy dog ^D the Quick Brown fox Jumps Over the Lazy dog You can write the output into file by passing ``-o`` followed by output filename, and the output will be on a file named outputfile.txt:: $ capitalizr inputfile.txt -o outputfile.txt Override the default length of words to be escaped. The default it 3:: $ capitalizr -t 1 inputfile.txt Bugs? Suggestions? Questions? ----------------------------- Questions approaching in your mind? Found any bugs? Have any suggestions? Don't hesitate to post it at: https://github.com/santosh/capitalizr/issues To do ----- These might seem silly ;) Here are implementation I want, priority wise: - Android App - Implement GUI - Put it in repository list of Ubuntu, Fedora etc. - Deployment with Debian package and Windows installer. - ~~Manual page (And the installation of it)~~ ✔ See also the ``sandbox`` branch of the repository. Contributors ------------ Feel free to contribute, just fork, clone, do your changes, push and send me a pull request. Here are the contributors: - `santosh <https://github.com/santosh¬>`__


نحوه نصب


نصب پکیج whl capitalizr-1.02.00:

    pip install capitalizr-1.02.00.whl


نصب پکیج tar.gz capitalizr-1.02.00:

    pip install capitalizr-1.02.00.tar.gz