Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install notcurses via python pip




notcurses - Blingful TUI construction library (python bindings), it belongs to Classifiers:

- Development Status :: 4 - Beta
- Environment :: Console
- License :: OSI Approved
- License :: OSI Approved :: Apache Software License
- Natural Language :: English

When you know about this project and you want to new install notcurses to support your project or you get trouble as ModuleNotFoundError: No module named "notcurses" or ImportError: cannot import name "notcurses" in your project, let follow this tutorial to install notcurses



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_notcurses_env

- Active the virtual environment

test_notcurses_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_notcurses_env

- Active the virtual environment

source test_notcurses_env/bin/active


Step 2: OK, now, let flow below content to start the installation notcurses

To install notcurses on Windows(CMD):

py -m pip install notcurses

To install notcurses on Unix/macOs:

pip install notcurses


Step 3: If you want to install a specific notcurses version, add ==<notcurses version> to the end command line

Example:

pip install notcurses==1.0.0


Please see the version list below table:

VersionReleased dateCommand
notcurses 3.0.82022-04-06T10:26:23Windows:

py -m pip install notcurses==3.0.8

Unix/macOs:

pip install notcurses==3.0.8

notcurses 3.0.72022-02-20T20:20:51Windows:

py -m pip install notcurses==3.0.7

Unix/macOs:

pip install notcurses==3.0.7

notcurses 3.0.62022-02-10T03:37:01Windows:

py -m pip install notcurses==3.0.6

Unix/macOs:

pip install notcurses==3.0.6

notcurses 3.0.52022-01-21T17:39:54Windows:

py -m pip install notcurses==3.0.5

Unix/macOs:

pip install notcurses==3.0.5

notcurses 3.0.42022-01-08T19:37:37Windows:

py -m pip install notcurses==3.0.4

Unix/macOs:

pip install notcurses==3.0.4

notcurses 3.0.32022-01-02T17:31:49Windows:

py -m pip install notcurses==3.0.3

Unix/macOs:

pip install notcurses==3.0.3

notcurses 3.0.22021-12-21T14:02:16Windows:

py -m pip install notcurses==3.0.2

Unix/macOs:

pip install notcurses==3.0.2

notcurses 3.0.12021-12-12T20:11:55Windows:

py -m pip install notcurses==3.0.1

Unix/macOs:

pip install notcurses==3.0.1

notcurses 3.0.02021-12-02T09:42:25Windows:

py -m pip install notcurses==3.0.0

Unix/macOs:

pip install notcurses==3.0.0

notcurses 2.4.92021-11-11T12:49:37Windows:

py -m pip install notcurses==2.4.9

Unix/macOs:

pip install notcurses==2.4.9

notcurses 2.4.82021-10-23T10:36:47Windows:

py -m pip install notcurses==2.4.8

Unix/macOs:

pip install notcurses==2.4.8

notcurses 2.4.72021-10-17T03:52:57Windows:

py -m pip install notcurses==2.4.7

Unix/macOs:

pip install notcurses==2.4.7

notcurses 2.4.62021-10-16T20:01:48Windows:

py -m pip install notcurses==2.4.6

Unix/macOs:

pip install notcurses==2.4.6

notcurses 2.4.52021-10-07T08:31:27Windows:

py -m pip install notcurses==2.4.5

Unix/macOs:

pip install notcurses==2.4.5

notcurses 2.4.42021-10-03T04:21:24Windows:

py -m pip install notcurses==2.4.4

Unix/macOs:

pip install notcurses==2.4.4

notcurses 2.4.32021-09-26T16:36:19Windows:

py -m pip install notcurses==2.4.3

Unix/macOs:

pip install notcurses==2.4.3

notcurses 2.4.22021-09-20T12:08:22Windows:

py -m pip install notcurses==2.4.2

Unix/macOs:

pip install notcurses==2.4.2

notcurses 2.4.12021-09-13T02:14:49Windows:

py -m pip install notcurses==2.4.1

Unix/macOs:

pip install notcurses==2.4.1

notcurses 2.4.02021-09-06T09:30:32Windows:

py -m pip install notcurses==2.4.0

Unix/macOs:

pip install notcurses==2.4.0

notcurses 2.3.182021-09-01T00:07:31Windows:

py -m pip install notcurses==2.3.18

Unix/macOs:

pip install notcurses==2.3.18

notcurses 2.3.172021-08-22T20:08:33Windows:

py -m pip install notcurses==2.3.17

Unix/macOs:

pip install notcurses==2.3.17

notcurses 2.3.162021-08-20T02:15:38Windows:

py -m pip install notcurses==2.3.16

Unix/macOs:

pip install notcurses==2.3.16

notcurses 2.3.152021-08-17T23:18:27Windows:

py -m pip install notcurses==2.3.15

Unix/macOs:

pip install notcurses==2.3.15

notcurses 2.3.142021-08-17T22:33:46Windows:

py -m pip install notcurses==2.3.14

Unix/macOs:

pip install notcurses==2.3.14

notcurses 2.3.132021-08-05T03:37:49Windows:

py -m pip install notcurses==2.3.13

Unix/macOs:

pip install notcurses==2.3.13

notcurses 2.3.122021-07-29T04:56:01Windows:

py -m pip install notcurses==2.3.12

Unix/macOs:

pip install notcurses==2.3.12

notcurses 2.3.112021-07-20T18:11:26Windows:

py -m pip install notcurses==2.3.11

Unix/macOs:

pip install notcurses==2.3.11

notcurses 2.3.102021-07-15T02:49:43Windows:

py -m pip install notcurses==2.3.10

Unix/macOs:

pip install notcurses==2.3.10

notcurses 2.3.92021-07-12T16:30:49Windows:

py -m pip install notcurses==2.3.9

Unix/macOs:

pip install notcurses==2.3.9

notcurses 2.3.82021-07-04T05:14:37Windows:

py -m pip install notcurses==2.3.8

Unix/macOs:

pip install notcurses==2.3.8

notcurses 2.3.72021-06-29T11:10:49Windows:

py -m pip install notcurses==2.3.7

Unix/macOs:

pip install notcurses==2.3.7

notcurses 2.3.62021-06-24T02:35:52Windows:

py -m pip install notcurses==2.3.6

Unix/macOs:

pip install notcurses==2.3.6

notcurses 2.3.52021-06-23T17:08:19Windows:

py -m pip install notcurses==2.3.5

Unix/macOs:

pip install notcurses==2.3.5

notcurses 2.3.42021-06-12T21:27:55Windows:

py -m pip install notcurses==2.3.4

Unix/macOs:

pip install notcurses==2.3.4

notcurses 2.3.32021-06-12T20:55:27Windows:

py -m pip install notcurses==2.3.3

Unix/macOs:

pip install notcurses==2.3.3

notcurses 2.3.22021-06-03T06:29:44Windows:

py -m pip install notcurses==2.3.2

Unix/macOs:

pip install notcurses==2.3.2

notcurses 2.3.12021-05-18T08:04:32Windows:

py -m pip install notcurses==2.3.1

Unix/macOs:

pip install notcurses==2.3.1

notcurses 2.3.02021-05-09T22:54:45Windows:

py -m pip install notcurses==2.3.0

Unix/macOs:

pip install notcurses==2.3.0

notcurses 2.2.112021-05-08T22:25:39Windows:

py -m pip install notcurses==2.2.11

Unix/macOs:

pip install notcurses==2.2.11

notcurses 2.2.102021-05-05T09:19:15Windows:

py -m pip install notcurses==2.2.10

Unix/macOs:

pip install notcurses==2.2.10

notcurses 2.2.92021-05-03T06:51:22Windows:

py -m pip install notcurses==2.2.9

Unix/macOs:

pip install notcurses==2.2.9

notcurses 2.2.82021-04-18T17:24:41Windows:

py -m pip install notcurses==2.2.8

Unix/macOs:

pip install notcurses==2.2.8

notcurses 2.2.72021-04-18T16:35:49Windows:

py -m pip install notcurses==2.2.7

Unix/macOs:

pip install notcurses==2.2.7

notcurses 2.2.62021-04-12T09:00:12Windows:

py -m pip install notcurses==2.2.6

Unix/macOs:

pip install notcurses==2.2.6

notcurses 2.2.52021-04-04T18:28:40Windows:

py -m pip install notcurses==2.2.5

Unix/macOs:

pip install notcurses==2.2.5

notcurses 2.2.42021-03-28T21:03:23Windows:

py -m pip install notcurses==2.2.4

Unix/macOs:

pip install notcurses==2.2.4

notcurses 2.2.32021-03-08T12:11:15Windows:

py -m pip install notcurses==2.2.3

Unix/macOs:

pip install notcurses==2.2.3

notcurses 2.2.22021-02-18T12:07:50Windows:

py -m pip install notcurses==2.2.2

Unix/macOs:

pip install notcurses==2.2.2

notcurses 2.2.12021-02-10T00:34:27Windows:

py -m pip install notcurses==2.2.1

Unix/macOs:

pip install notcurses==2.2.1

notcurses 2.2.02021-02-08T14:35:59Windows:

py -m pip install notcurses==2.2.0

Unix/macOs:

pip install notcurses==2.2.0

notcurses 2.1.82021-02-03T13:35:17Windows:

py -m pip install notcurses==2.1.8

Unix/macOs:

pip install notcurses==2.1.8

notcurses 2.1.72021-01-21T08:21:50Windows:

py -m pip install notcurses==2.1.7

Unix/macOs:

pip install notcurses==2.1.7

notcurses 2.1.62021-01-21T07:44:21Windows:

py -m pip install notcurses==2.1.6

Unix/macOs:

pip install notcurses==2.1.6

notcurses 2.1.52021-01-15T10:14:27Windows:

py -m pip install notcurses==2.1.5

Unix/macOs:

pip install notcurses==2.1.5

notcurses 2.1.42021-01-04T00:55:51Windows:

py -m pip install notcurses==2.1.4

Unix/macOs:

pip install notcurses==2.1.4

notcurses 2.1.32020-12-31T07:58:08Windows:

py -m pip install notcurses==2.1.3

Unix/macOs:

pip install notcurses==2.1.3

notcurses 2.1.22020-12-26T07:55:03Windows:

py -m pip install notcurses==2.1.2

Unix/macOs:

pip install notcurses==2.1.2

notcurses 2.1.12020-12-16T22:44:19Windows:

py -m pip install notcurses==2.1.1

Unix/macOs:

pip install notcurses==2.1.1

notcurses 2.1.02020-12-13T08:04:43Windows:

py -m pip install notcurses==2.1.0

Unix/macOs:

pip install notcurses==2.1.0

notcurses 2.0.122020-12-12T11:43:08Windows:

py -m pip install notcurses==2.0.12

Unix/macOs:

pip install notcurses==2.0.12

notcurses 2.0.112020-12-09T05:34:57Windows:

py -m pip install notcurses==2.0.11

Unix/macOs:

pip install notcurses==2.0.11

notcurses 2.0.102020-12-06T18:22:46Windows:

py -m pip install notcurses==2.0.10

Unix/macOs:

pip install notcurses==2.0.10

notcurses 2.0.92020-12-01T09:37:56Windows:

py -m pip install notcurses==2.0.9

Unix/macOs:

pip install notcurses==2.0.9

notcurses 2.0.82020-11-27T21:50:19Windows:

py -m pip install notcurses==2.0.8

Unix/macOs:

pip install notcurses==2.0.8

notcurses 2.0.72020-11-22T05:22:33Windows:

py -m pip install notcurses==2.0.7

Unix/macOs:

pip install notcurses==2.0.7

notcurses 2.0.62020-11-22T04:35:45Windows:

py -m pip install notcurses==2.0.6

Unix/macOs:

pip install notcurses==2.0.6

notcurses 2.0.52020-11-22T03:41:11Windows:

py -m pip install notcurses==2.0.5

Unix/macOs:

pip install notcurses==2.0.5

notcurses 2.0.42020-11-10T15:50:53Windows:

py -m pip install notcurses==2.0.4

Unix/macOs:

pip install notcurses==2.0.4

notcurses 2.0.32020-11-09T18:46:22Windows:

py -m pip install notcurses==2.0.3

Unix/macOs:

pip install notcurses==2.0.3

notcurses 2.0.22020-10-25T14:11:09Windows:

py -m pip install notcurses==2.0.2

Unix/macOs:

pip install notcurses==2.0.2

notcurses 2.0.12020-10-19T07:15:52Windows:

py -m pip install notcurses==2.0.1

Unix/macOs:

pip install notcurses==2.0.1

notcurses 2.0.02020-10-12T16:33:41Windows:

py -m pip install notcurses==2.0.0

Unix/macOs:

pip install notcurses==2.0.0

notcurses 1.7.62020-10-10T00:07:21Windows:

py -m pip install notcurses==1.7.6

Unix/macOs:

pip install notcurses==1.7.6

notcurses 1.7.52020-09-29T17:12:34Windows:

py -m pip install notcurses==1.7.5

Unix/macOs:

pip install notcurses==1.7.5

notcurses 1.7.42020-09-20T21:31:47Windows:

py -m pip install notcurses==1.7.4

Unix/macOs:

pip install notcurses==1.7.4

notcurses 1.7.32020-09-20T01:31:03Windows:

py -m pip install notcurses==1.7.3

Unix/macOs:

pip install notcurses==1.7.3

notcurses 1.7.22020-09-10T08:28:26Windows:

py -m pip install notcurses==1.7.2

Unix/macOs:

pip install notcurses==1.7.2

notcurses 1.7.12020-09-01T01:49:56Windows:

py -m pip install notcurses==1.7.1

Unix/macOs:

pip install notcurses==1.7.1

notcurses 1.7.02020-08-30T23:12:32Windows:

py -m pip install notcurses==1.7.0

Unix/macOs:

pip install notcurses==1.7.0

notcurses 1.6.202020-08-30T05:26:01Windows:

py -m pip install notcurses==1.6.20

Unix/macOs:

pip install notcurses==1.6.20

notcurses 1.6.192020-08-27T16:43:45Windows:

py -m pip install notcurses==1.6.19

Unix/macOs:

pip install notcurses==1.6.19

notcurses 1.6.18.42020-08-27T16:30:46Windows:

py -m pip install notcurses==1.6.18.4

Unix/macOs:

pip install notcurses==1.6.18.4

notcurses 1.6.18.32020-08-27T12:18:55Windows:

py -m pip install notcurses==1.6.18.3

Unix/macOs:

pip install notcurses==1.6.18.3

notcurses 1.6.18.22020-08-27T11:26:46Windows:

py -m pip install notcurses==1.6.18.2

Unix/macOs:

pip install notcurses==1.6.18.2

notcurses 1.6.18.12020-08-27T07:11:06Windows:

py -m pip install notcurses==1.6.18.1

Unix/macOs:

pip install notcurses==1.6.18.1

notcurses 1.6.182020-08-25T22:36:20Windows:

py -m pip install notcurses==1.6.18

Unix/macOs:

pip install notcurses==1.6.18

notcurses 1.6.172020-08-24T02:37:14Windows:

py -m pip install notcurses==1.6.17

Unix/macOs:

pip install notcurses==1.6.17

notcurses 1.6.162020-08-23T03:12:26Windows:

py -m pip install notcurses==1.6.16

Unix/macOs:

pip install notcurses==1.6.16

notcurses 1.6.152020-08-16T15:05:18Windows:

py -m pip install notcurses==1.6.15

Unix/macOs:

pip install notcurses==1.6.15

notcurses 1.6.142020-08-16T14:07:42Windows:

py -m pip install notcurses==1.6.14

Unix/macOs:

pip install notcurses==1.6.14

notcurses 1.6.132020-08-16T12:56:21Windows:

py -m pip install notcurses==1.6.13

Unix/macOs:

pip install notcurses==1.6.13

notcurses 1.6.122020-08-12T13:44:17Windows:

py -m pip install notcurses==1.6.12

Unix/macOs:

pip install notcurses==1.6.12

notcurses 1.6.112020-08-03T06:51:13Windows:

py -m pip install notcurses==1.6.11

Unix/macOs:

pip install notcurses==1.6.11

notcurses 1.6.102020-08-01T21:57:26Windows:

py -m pip install notcurses==1.6.10

Unix/macOs:

pip install notcurses==1.6.10

notcurses 1.6.92020-07-27T03:29:50Windows:

py -m pip install notcurses==1.6.9

Unix/macOs:

pip install notcurses==1.6.9

notcurses 1.6.82020-07-27T02:24:03Windows:

py -m pip install notcurses==1.6.8

Unix/macOs:

pip install notcurses==1.6.8

notcurses 1.6.72020-07-27T01:31:51Windows:

py -m pip install notcurses==1.6.7

Unix/macOs:

pip install notcurses==1.6.7

notcurses 1.6.62020-07-21T04:21:31Windows:

py -m pip install notcurses==1.6.6

Unix/macOs:

pip install notcurses==1.6.6

notcurses 1.6.22020-07-16T03:43:04Windows:

py -m pip install notcurses==1.6.2

Unix/macOs:

pip install notcurses==1.6.2

notcurses 1.6.12020-07-12T07:31:46Windows:

py -m pip install notcurses==1.6.1

Unix/macOs:

pip install notcurses==1.6.1

notcurses 1.6.02020-07-05T03:14:58Windows:

py -m pip install notcurses==1.6.0

Unix/macOs:

pip install notcurses==1.6.0

notcurses 1.5.32020-06-28T20:28:00Windows:

py -m pip install notcurses==1.5.3

Unix/macOs:

pip install notcurses==1.5.3

notcurses 1.5.22020-06-19T19:42:36Windows:

py -m pip install notcurses==1.5.2

Unix/macOs:

pip install notcurses==1.5.2

notcurses 1.5.12020-06-14T22:17:45Windows:

py -m pip install notcurses==1.5.1

Unix/macOs:

pip install notcurses==1.5.1

notcurses 1.5.02020-06-09T09:25:27Windows:

py -m pip install notcurses==1.5.0

Unix/macOs:

pip install notcurses==1.5.0

notcurses 1.4.4.12020-06-03T15:00:04Windows:

py -m pip install notcurses==1.4.4.1

Unix/macOs:

pip install notcurses==1.4.4.1

notcurses 1.4.2.42020-05-20T19:51:50Windows:

py -m pip install notcurses==1.4.2.4

Unix/macOs:

pip install notcurses==1.4.2.4

notcurses 1.4.2.32020-05-17T14:38:51Windows:

py -m pip install notcurses==1.4.2.3

Unix/macOs:

pip install notcurses==1.4.2.3

notcurses 1.4.12020-05-11T06:31:02Windows:

py -m pip install notcurses==1.4.1

Unix/macOs:

pip install notcurses==1.4.1

notcurses 1.4.02020-05-11T01:51:17Windows:

py -m pip install notcurses==1.4.0

Unix/macOs:

pip install notcurses==1.4.0

notcurses 1.3.42020-05-07T07:42:25Windows:

py -m pip install notcurses==1.3.4

Unix/macOs:

pip install notcurses==1.3.4

notcurses 1.3.32020-04-27T02:45:52Windows:

py -m pip install notcurses==1.3.3

Unix/macOs:

pip install notcurses==1.3.3

notcurses 1.3.22020-04-19T06:59:28Windows:

py -m pip install notcurses==1.3.2

Unix/macOs:

pip install notcurses==1.3.2

notcurses 1.3.02020-04-12T03:03:01Windows:

py -m pip install notcurses==1.3.0

Unix/macOs:

pip install notcurses==1.3.0

notcurses 1.2.92020-04-11T16:45:31Windows:

py -m pip install notcurses==1.2.9

Unix/macOs:

pip install notcurses==1.2.9

notcurses 1.2.52020-04-04T23:27:22Windows:

py -m pip install notcurses==1.2.5

Unix/macOs:

pip install notcurses==1.2.5

notcurses 1.2.42020-03-24T20:40:58Windows:

py -m pip install notcurses==1.2.4

Unix/macOs:

pip install notcurses==1.2.4

notcurses 1.2.02020-02-18T03:40:30Windows:

py -m pip install notcurses==1.2.0

Unix/macOs:

pip install notcurses==1.2.0

notcurses 1.1.82020-02-12T14:17:05Windows:

py -m pip install notcurses==1.1.8

Unix/macOs:

pip install notcurses==1.1.8

notcurses 1.1.72020-02-11T02:37:49Windows:

py -m pip install notcurses==1.1.7

Unix/macOs:

pip install notcurses==1.1.7

notcurses 1.1.52020-02-05T04:50:18Windows:

py -m pip install notcurses==1.1.5

Unix/macOs:

pip install notcurses==1.1.5

notcurses 1.1.42020-02-02T07:57:04Windows:

py -m pip install notcurses==1.1.4

Unix/macOs:

pip install notcurses==1.1.4

notcurses 1.1.32020-02-01T08:08:57Windows:

py -m pip install notcurses==1.1.3

Unix/macOs:

pip install notcurses==1.1.3

notcurses 1.1.12020-01-28T04:12:13Windows:

py -m pip install notcurses==1.1.1

Unix/macOs:

pip install notcurses==1.1.1

notcurses 1.1.02020-01-19T18:48:28Windows:

py -m pip install notcurses==1.1.0

Unix/macOs:

pip install notcurses==1.1.0

notcurses 1.0.22020-01-09T11:47:18Windows:

py -m pip install notcurses==1.0.2

Unix/macOs:

pip install notcurses==1.0.2

notcurses 1.0.02020-01-05T13:12:50Windows:

py -m pip install notcurses==1.0.0

Unix/macOs:

pip install notcurses==1.0.0


Step 4: Otherwise, you can install notcurses from local archives:

Download the distribution file from notcurses-3.0.8.tar.gz or the specific notcurses version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_notcurses_downloaded_file>

On Unix/macOs:

pip install <path_to_notcurses_downloaded_file>


List distribution:

- notcurses-1.0.0.tar.gz
- notcurses-1.0.2.tar.gz
- notcurses-1.1.0.tar.gz
- notcurses-1.1.1.tar.gz
- notcurses-1.1.3.tar.gz
- notcurses-1.1.4.tar.gz
- notcurses-1.1.5.tar.gz
- notcurses-1.1.7.tar.gz
- notcurses-1.1.8.tar.gz
- notcurses-1.2.0.tar.gz
- notcurses-1.2.4.tar.gz
- notcurses-1.2.5.tar.gz
- notcurses-1.2.9.tar.gz
- notcurses-1.3.0.tar.gz
- notcurses-1.3.2.tar.gz
- notcurses-1.3.3.tar.gz
- notcurses-1.3.4.tar.gz
- notcurses-1.4.0.tar.gz
- notcurses-1.4.1.tar.gz
- notcurses-1.4.2.3.tar.gz
- notcurses-1.4.2.4.tar.gz
- notcurses-1.4.4.1.tar.gz
- notcurses-1.5.0.tar.gz
- notcurses-1.5.1.tar.gz
- notcurses-1.5.2.tar.gz
- notcurses-1.5.3.tar.gz
- notcurses-1.6.0.tar.gz
- notcurses-1.6.1.tar.gz
- notcurses-1.6.2.tar.gz
- notcurses-1.6.6.tar.gz
- notcurses-1.6.7.tar.gz
- notcurses-1.6.8.tar.gz
- notcurses-1.6.9.tar.gz
- notcurses-1.6.10.tar.gz
- notcurses-1.6.11.tar.gz
- notcurses-1.6.12.tar.gz
- notcurses-1.6.13.tar.gz
- notcurses-1.6.14.tar.gz
- notcurses-1.6.15.tar.gz
- notcurses-1.6.16.tar.gz
- notcurses-1.6.17.tar.gz
- notcurses-1.6.18.tar.gz
- notcurses-1.6.18.1.tar.gz
- notcurses-1.6.18.2.tar.gz
- notcurses-1.6.18.3.tar.gz
- notcurses-1.6.18.4.tar.gz
- notcurses-1.6.19.tar.gz
- notcurses-1.6.20.tar.gz
- notcurses-1.7.0.tar.gz
- notcurses-1.7.1.tar.gz
- notcurses-1.7.2.tar.gz
- notcurses-1.7.3.tar.gz
- notcurses-1.7.4.tar.gz
- notcurses-1.7.5.tar.gz
- notcurses-1.7.6.tar.gz
- notcurses-2.0.0.tar.gz
- notcurses-2.0.1.tar.gz
- notcurses-2.0.2.tar.gz
- notcurses-2.0.3.tar.gz
- notcurses-2.0.4.tar.gz
- notcurses-2.0.5.tar.gz
- notcurses-2.0.6.tar.gz
- notcurses-2.0.7.tar.gz
- notcurses-2.0.8.tar.gz
- notcurses-2.0.9.tar.gz
- notcurses-2.0.10.tar.gz
- notcurses-2.0.11.tar.gz
- notcurses-2.0.12.tar.gz
- notcurses-2.1.0.tar.gz
- notcurses-2.1.1.tar.gz
- notcurses-2.1.2.tar.gz
- notcurses-2.1.3.tar.gz
- notcurses-2.1.4.tar.gz
- notcurses-2.1.5.tar.gz
- notcurses-2.1.6.tar.gz
- notcurses-2.1.7.tar.gz
- notcurses-2.1.8.tar.gz
- notcurses-2.2.0.tar.gz
- notcurses-2.2.1.tar.gz
- notcurses-2.2.2.tar.gz
- notcurses-2.2.3.tar.gz
- notcurses-2.2.4.tar.gz
- notcurses-2.2.5.tar.gz
- notcurses-2.2.6.tar.gz
- notcurses-2.2.7.tar.gz
- notcurses-2.2.8.tar.gz
- notcurses-2.2.9.tar.gz
- notcurses-2.2.10.tar.gz
- notcurses-2.2.11.tar.gz
- notcurses-2.3.0.tar.gz
- notcurses-2.3.1.tar.gz
- notcurses-2.3.2.tar.gz
- notcurses-2.3.3.tar.gz
- notcurses-2.3.4.tar.gz
- notcurses-2.3.5.tar.gz
- notcurses-2.3.6.tar.gz
- notcurses-2.3.7.tar.gz
- notcurses-2.3.8.tar.gz
- notcurses-2.3.9.tar.gz
- notcurses-2.3.10.tar.gz
- notcurses-2.3.11.tar.gz
- notcurses-2.3.12.tar.gz
- notcurses-2.3.13.tar.gz
- notcurses-2.3.14.tar.gz
- notcurses-2.3.15.tar.gz
- notcurses-2.3.16.tar.gz
- notcurses-2.3.17.tar.gz
- notcurses-2.3.18.tar.gz
- notcurses-2.4.0.tar.gz
- notcurses-2.4.1.tar.gz
- notcurses-2.4.2.tar.gz
- notcurses-2.4.3.tar.gz
- notcurses-2.4.4.tar.gz
- notcurses-2.4.5.tar.gz
- notcurses-2.4.6.tar.gz
- notcurses-2.4.7.tar.gz
- notcurses-2.4.8.tar.gz
- notcurses-2.4.9.tar.gz
- notcurses-3.0.0.tar.gz
- notcurses-3.0.1.tar.gz
- notcurses-3.0.2.tar.gz
- notcurses-3.0.3.tar.gz
- notcurses-3.0.4.tar.gz
- notcurses-3.0.5.tar.gz
- notcurses-3.0.6.tar.gz
- notcurses-3.0.7.tar.gz
- notcurses-3.0.8.tar.gz
- notcurses-3.0.9.tar.gz


Project link:

- Homepage