Sunglass is a simple - and not yet fully operational - graphical user interface for the solar cells and semiconductors modelling framework Solcore.
- Install it from PyPI
pip install sunglass
- If you want PDD support in Solcore, re-install Solcore with that support:
pip install --no-deps --force-reinstall --install-option="--with_pdd" solcore
- Run it!
python -m sunglass
- Install poetry following the instructions for your OS: https://python-poetry.org/docs/.
- Clone this repository with
git clone
. - Navigate to thee root folder and install sunglass with
poetry install
. - If you want PDD support in Solcore, re-install Solcore with that support.
pip install --no-deps --force-reinstall --install-option="--with_pdd" solcore
Thanks goes to these wonderful people (emoji key):
Diego Alonso Álvarez 🚇 🤔 🚧 💻 🐛 |
Phoebe Pearce 👀 🐛 |
Oleksandr Andriiako 🚇 |
This project follows the all-contributors specification. Contributions of any kind welcome!