MS Windows
Install Python for MS Windows
Install a supported version of Python. Usually the last four stable versions are supported. Download the Windows 10 64-bit installer from python.org
- After downloading, right click the file and select Run as administrator.
- Check the Add Python 3.x to PATH box at the bottom
- Click Custom Installation
- Click Next
- Check Install for all users box at the top
- Click Install
Install pyFltk for MS Windows
- Open a command prompt using cmd or powershell.
- Run the following command:
pip install pyfltkDownload FLTK C++ Documentation
FLTK C++ documentation has excellent documentation which is easy to read and understand for python.
Download the full C++ FLTK 1.x.x docs in your prefered format. For the HTML tar.gz file extract in Powershell with the command:
tar -xvzf fltk-1.x.x-docs-html.tar.gzAccess the demo pyFltk programs and python specific documentation
After installing pyFltk then the python specific documentation and test programs will be located in directories,
C:\Program Files\Python3xx\Lib\site-packages\fltk\test
C:\Program Files\Python3xx\Lib\site-packages\fltk\docs