Skip to main content

No project description provided

Project description

Chemic

Chemic is a Python library for chemistry students and teachers. It is designed to be easy to use and to provide a simple interface to search for information and to perform calculations.

The core of Chemic can be found in main.py and utils.py. The main.py file contains the main functions for searching and calculating. The utils.py file contains the functions for parsing the data files and for performing calculations.

Installation

Chemic is available on PyPI. To install it, run the following command:

pip install chemic

Usage

Importing Chemic

To use Chemic, import it into your Python script:

import chemic

Run the CLI

To start the CLI, add/adjust the following to your Python script:

from chemic import run

run.cli()

Start the GUI

To start the GUI, add/adjust the following to your Python script:

from chemic import run

run.gui()

This will start a local server and open a web browser to the GUI.

Source and Installable

You can run Chemic without installing by grabbing the build/main.py file on GitHub. Also in the build folder is the chemic installable. Run it and ignore any errors in the console.

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

chemic-1.2.0.tar.gz (51.6 kB view hashes)

Uploaded Source

Built Distribution

chemic-1.2.0-py3-none-any.whl (51.6 kB view hashes)

Uploaded Python 3

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