Skip to content

Hmerac/histoday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

histoday

Python version pip install histoday PyPI version Downloads

A Python curses library based utility to read today in history.

menu screenshot

Installation

Currently, it's only possible to install the package with pip. More installation options will come.

This script requires Python >3.6 and I don't want to make this Python 2 compatible, because it's already deprecated. https://www.python.org/doc/sunset-python-2/

1. Option

pip install histoday

or if you use pip3

pip3 install histoday

2. Option

python -m pip install histoday

or if you use python 3

python3 -m pip install histoday