An implementation of the curses library for Windows, DOS, OS/2, X11 and SDL.
Project Samples
Categories
User Interface (UI)License
MIT License, Public DomainFollow PDCurses
You Might Also Like
Easy-to-Use Website Accessibility Widget Icon
Easy-to-Use Website Accessibility Widget
An accessibility solution for quick website accessibility improvement.
All in One Accessibility is an AI based accessibility tool that helps organizations to enhance the accessibility and usability of websites quickly.
Learn More
Rate This Project
Login To Rate This Project
User Ratings
★★★★★
★★★★
★★★
★★
★
15
0
0
0
1
ease
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
3 / 5
features
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
3 / 5
design
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
support
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
3 / 5
User Reviews
-
skyjake Posted 2015年12月07日PDCurses allowed me to build an ncurses-based project on Windows. Excellent work!
-
gigaraptor Posted 2014年07月29日Fantastic, although not as good as NCurses but you need linux for that
-
eclectic959 Edited 2014年02月22日It cannot be used with Python because it does provide the "_curses" interface nor does it enable the application to access/reference the following curses attributes: curses.BUTTON1_PRESSED: 'button 1 pressed', curses.BUTTON1_RELEASED: 'button 1 released', curses.BUTTON1_CLICKED: 'button 1 clicked', curses.BUTTON1_DOUBLE_CLICKED: 'button 1 double clicked', curses.BUTTON1_TRIPLE_CLICKED: 'button 1 triple clicked', curses.BUTTON2_PRESSED: 'button 2 pressed', curses.BUTTON2_RELEASED: 'button 2 released', curses.BUTTON2_CLICKED: 'button 2 clicked', curses.BUTTON2_DOUBLE_CLICKED: 'button 2 double clicked', curses.BUTTON2_TRIPLE_CLICKED: 'button 2 triple clicked', curses.BUTTON3_PRESSED: 'button 3 pressed', curses.BUTTON3_RELEASED: 'button 3 released', curses.BUTTON3_CLICKED: 'button 3 clicked', curses.BUTTON3_DOUBLE_CLICKED: 'button 3 double clicked', curses.BUTTON3_TRIPLE_CLICKED: 'button 3 triple clicked', curses.BUTTON4_PRESSED: 'button 4 pressed', curses.BUTTON4_RELEASED: 'button 4 released', curses.BUTTON4_CLICKED: 'button 4 clicked', curses.BUTTON4_DOUBLE_CLICKED: 'button 4 double clicked', curses.BUTTON4_TRIPLE_CLICKED: 'button 4 triple clicked', curses.BUTTON_SHIFT: 'button shift', curses.BUTTON_CTRL: 'button ctrl', curses.BUTTON_ALT: 'button alt'
-
melaniejensen Posted 2013年05月31日Pdcurses is great! Thanks.1 user found this review helpful.
-
angelinagrom Posted 2013年05月30日Thanks very good project! +