معرفی شرکت ها


darshellclock-1.1.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Minimalist terminal digital clock
ویژگی مقدار
سیستم عامل -
نام فایل darshellclock-1.1.2
نام darshellclock
نسخه کتابخانه 1.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Adrien Rebuzzi (darokin)
ایمیل نویسنده darokin42@gmail.com
آدرس صفحه اصلی https://github.com/darokin/darshell-clock
آدرس اینترنتی https://pypi.org/project/darshellclock/
مجوز -
# darshell-clock ![Python application](https://github.com/darokin/darshell-clock/workflows/Python%20application/badge.svg) [![Build Status](https://travis-ci.com/darokin/darshell-clock.svg?branch=master)](https://travis-ci.com/darokin/darshell-clock) ![GitHub last commit](https://img.shields.io/github/last-commit/darokin/darshell-clock) ![Github last version](https://img.shields.io/github/v/release/darokin/darshell-clock?include_prereleases) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) ### :warning: Please use **pip3** or **python3** instead of pip and python **darshellclock** is a *MINIMALIST* console application to display time and date with nice ASCII digits in your terminal. Uses *curses* Here is a demo but mostly you would use this in a small persistant terminal. (More on "why this project?" in the side notes at the end) <p align="center"><img src="http://darokin.info/imgs/darshellclock.gif" alt="darshellclock demo"/></p> ## Features Suitable for quite small terminal sizes. Useful for having a clock sitting around if you use a tiling window manager or tmux for example. - Nice 'blocky' ASCII digits :purple_heart: - Localised date format :airplane: - 2 sizes of digits, smaller digits for smaller term - Autoresizing and centering - Color selection of the time or the date - Possibility to hide the date and/or the seconds - Autoclosing (if wanted, see arguments in 'Usage and keys') - All the parameters are saved upon exit :+1: ## Usage and keys The usual arguments are here + a 'stop' argument for the autoclosing functionnality ``` -h --help Show help -v --version Show version number -i --info Show info [ASCII ♥] -s --stop STOP Quit the application after <STOP> seconds ``` While in the app, use these keys to change the configuration : | Key | Purpose |------|-------------------- | h | Show or hide help | | q | Quit | | z | Change time color | | x | Change date color | | d | Show or hide date | | s | Show or hide secs | ## Installing and starting Use Python 3.x :warning: Please use **pip3** or **python3** instead of pip and python Install using **pip3**: ```bash pip3 install darshellclock # installing darshellclock # lauching ``` Or if you want to do it manually you can clone or downlad and extract the project: ```bash $ git clone https://github.com/darokin/darshell-clock.git $ cd darshell-clock $ python3 darshellclock # to launch/test ; or you can install it : $ python3 setup.py install --user # to install $ darshellclock # to launch installed version ``` ## Side notes :information_desk_person: This program was mainly made to try out a whole life cycle of a simple python app and to grasp new skills around github/CI/python package distribution/etc. The [discussion section](https://github.com/darokin/darshell-clock/discussions) is open if needed. If you encounter any problem or have any suggestions, please [open an issue](https://github.com/darokin/darshell-clock/issues/new) or [send a pull request](https://github.com/darokin/darshell-clock/pulls).


نیازمندی

مقدار نام
>=2.0 windows-curses


زبان مورد نیاز

مقدار نام
>=3.6.0 Python


نحوه نصب


نصب پکیج whl darshellclock-1.1.2:

    pip install darshellclock-1.1.2.whl


نصب پکیج tar.gz darshellclock-1.1.2:

    pip install darshellclock-1.1.2.tar.gz