-
For now, I have removed the requirement from both `requirements.txt` and `pyproject.toml`.
A better solution: use [Uni-Curses](https://pypi.org/project/Uni-Curses/).
-
# Documentation
https://docs.python.org/3/howto/curses.html says:
> The Windows version of Python doesn’t include the [curses](https://docs.python.org/3/library/curses.html#module-curses) module. …
-
Hi!
I'm getting the following error when trying to execute `shodan radar` on a windows machine after installing the latest shodan package via pip:
```
PS C:\Windows\system32> shodan radar
Trac…
-
https://github.com/unicurses/unicurses/blob/a185cfb930d783f55c1efccd35e9ae23c0208a6e/unicurses/__init__.py#L1073
-
Traceback (most recent call last):
File "NexusToArtifactory.py", line 70, in
File "NexusToArtifactory.py", line 27, in initInteractive
File "nex2art\core\Menu.py", line 166, in show
File …
-
The [readme](https://github.com/unicurses/unicurses#using-unicurses) states that you must initialize the screen using the following line:
```py
stdscr = initscr()
```
However, the following seem…
-
### Describe the feature
I want the standed ncurses function like getch, initscr and ETC
### Use Case
I want to make a command line interface and the internal term.ui library didn't have many funct…
-
When searching in Pypi, 'unicurses' should resolve this project but it does not. It would be a good idea to update the config to improve search capability as Pypi should be the first place that people…
-
My project crashed with:
```
Traceback (most recent call last): File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/unicurses/__init__.py", line 97, in get_libncursesw_p…
-
## *Specifications*
- OS: `Windows 11 x64`
- Terminal: `Windows Terminal`
- TUIFI Version: `v.3.3.1`
## *Describe the bug*
Expecting pdcurses at: C:\Users\USER\scoop\persist\python\Lib\site-pa…