Skip to main content

GUI application for the creation of Reactionware.

Project description

ChemSCAD

Screenshots:

Main interface:

Choice dialog box:

Reactor dialog box:

Canula dialog box:

OpenSCAD installation:

ChemSCAD requires Python 3.6 or above. Tested and working with latest Python release (3.8).

ChemSCAD was tested with OpenSCAD 2019-05 (most up-to-date version as of March 2020)

  • Install OpenSCAD for your operating system as follows:

For Windows:

All OpenSCAD dependencies including the binaries are included in the setup.py for ChemSCAD, so will be installed automatically when installing the requirements.txt file.

Therefore, please proceed to the ChemSCAD installations instructions below.

For Mac:

OpenSCAD can be installed using the .dmg installable from the following link: https://files.openscad.org/OpenSCAD-2019.05.dmg

Install this .dmg file, making sure to accept all permissions in Security & Privacy from within System Preferences.

For Ubuntu:

sudo add-apt-repository ppa:openscad/releases
sudo apt-get update
sudo apt-get install openscad
sudo apt-get install python-dev graphviz libgraphviz-dev pkg-config mesa-common-dev libglu1-mesa-dev -y

ChemSCAD installation:

Prior to installing ChemSCAD it is recommended to make a virtual environment (venv) in order to not have any conflicts with existing installed pip packages.

PyQt5 may have to be installed manually, dependent on your installation. Install with:

pip install PyQt5

Installation is simple, simply pip-install the chemscad package:

pip install chemscad

ChemSCAD can now be run from a command line using the command: chemscad

ChemSCAD updates:

When bug fixes and new features are released for ChemSCAD, you may wish to update to the latest version. Simply install via Pip again for the latest version:

pip install chemscad

For developers ONLY

If you wish to work on fixing a bug or implementing a new feature in ChemSCAD you may do so by creating a Feature branch from the dev branch as follows:

N.B: the following instructions assume you are currently on the master branch and have performed git add and git commit to clean the working tree prior to moving branches.

git checkout -b dev # moves current branch from master to dev
git checkout -b [new-branch] # switches from new branch from dev & creates new branch from dev for new feature/bug fix
git push -u origin [new-branch] # sets new branch to track local changes on the remote origin host

Once a new feature/bug fix is added and tested as working, create a merge request to merge new-branch into dev and eventually merge dev into master to release the new stable build of ChemSCAD with new features and bug fixes implemented.

Development

ChemSCAD uses the Black code formatter. A pre-commit hook is included in the repo. Install the dependencies of this repo (requirements.txt), and before you submit any commit, just run:

pre-commit install

Any commit you run after that will first trigger Black and will format your code properly. Run the following command at any point if you're not sure your code is not formatted properly (recursive command).

black .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chemscad-2.0.6.tar.gz (284.8 kB view details)

Uploaded Source

Built Distribution

chemscad-2.0.6-py3-none-any.whl (339.7 kB view details)

Uploaded Python 3

File details

Details for the file chemscad-2.0.6.tar.gz.

File metadata

  • Download URL: chemscad-2.0.6.tar.gz
  • Upload date:
  • Size: 284.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for chemscad-2.0.6.tar.gz
Algorithm Hash digest
SHA256 77e2ed50e54d57759936c4119abadf99d0811fb42c9b2e545d45f96da99700ed
MD5 99c333a9a51fdfe25fbc25cd875623eb
BLAKE2b-256 71eb8f0a7c3410b60f6599e348312278569f6336800255de3f1272e08c82e2e1

See more details on using hashes here.

File details

Details for the file chemscad-2.0.6-py3-none-any.whl.

File metadata

  • Download URL: chemscad-2.0.6-py3-none-any.whl
  • Upload date:
  • Size: 339.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for chemscad-2.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 6c6c38fc762f4c23d0f0b94a215911e731d14623f16d1851c59bbc5fb4053d5e
MD5 7488f2960bd2eb08efab9007455c2290
BLAKE2b-256 b4ac14612688b549b27fe4660c27c1021fb5691f42b2b922709b7706e45e610c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page