Electromagnetic Radiation (EMR) Calculator
==========================================
#### Overview
This project implements a Python 3.7+ Tkinter GUI to facilitate the following EMR calculations which I find useful as a student of Astrophysics:
- Conversion between Energy, Frequency, and Wavelength.
- Editing the units or quantities of any of those 3 characteristics.
- Display of the kJ/mol equivalent.
- Display of the related EMR band as defined by NASA.
- Automatic update of quantities and EMR band name after editing.
Some special files in addition to the emrcalc/*.py source code:
- ```HISTORY.txt``` - the update history
- ```misc/SCREENSHOT.png``` - a sample screenshot
- ```misc/url.txt``` - URLs to background information
#### Dependencies
```
numpy
scipy
tkinter - included with Python 3
tkinter.ttk - included with Python 3
```
#### Installation
```
python3 -m pip install emrcalc
```
#### Invocation from a terminal window command-line
```
emrcalc
```
#### Licensing
This is NOT commercial software; instead, usage is covered by the GNU General Public License version 3 (2007). In a nutshell, please feel free to use the project and share it as you will but please don't sell it. Thank you!
See the LICENSE file for the GNU licensing information.
Feel free to create an issue record for any questions, bugs, or enhancement requests. I'll respond as soon as I can.
Richard Elkins
Dallas, Texas, USA, 3rd Rock, Sol, ...
Raw data
{
"_id": null,
"home_page": "https://github.com/texadactyl/emrcalc",
"name": "emrcalc",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "astronomy chemistry physics",
"author": "Richard Elkins",
"author_email": "richard.elkins@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/86/b1/df226e3f998b5bbcca88e1a6d780ef652b335a68e033f109d1957adc953c/emrcalc-1.4.0.tar.gz",
"platform": null,
"description": "Electromagnetic Radiation (EMR) Calculator\n==========================================\n\n#### Overview\n\nThis project implements a Python 3.7+ Tkinter GUI to facilitate the following EMR calculations which I find useful as a student of Astrophysics:\n- Conversion between Energy, Frequency, and Wavelength.\n- Editing the units or quantities of any of those 3 characteristics.\n- Display of the kJ/mol equivalent.\n- Display of the related EMR band as defined by NASA.\n- Automatic update of quantities and EMR band name after editing.\n\nSome special files in addition to the emrcalc/*.py source code:\n- ```HISTORY.txt``` - the update history\n- ```misc/SCREENSHOT.png``` - a sample screenshot\n- ```misc/url.txt``` - URLs to background information\n\n#### Dependencies\n\n```\nnumpy\nscipy\ntkinter - included with Python 3\ntkinter.ttk - included with Python 3\n```\n\n#### Installation\n\n```\npython3 -m pip install emrcalc\n```\n\n#### Invocation from a terminal window command-line\n\n```\nemrcalc\n```\n\n#### Licensing\n\nThis is NOT commercial software; instead, usage is covered by the GNU General Public License version 3 (2007). In a nutshell, please feel free to use the project and share it as you will but please don't sell it. Thank you!\n\nSee the LICENSE file for the GNU licensing information.\n\nFeel free to create an issue record for any questions, bugs, or enhancement requests. I'll respond as soon as I can.\n\nRichard Elkins\n\nDallas, Texas, USA, 3rd Rock, Sol, ...\n",
"bugtrack_url": null,
"license": "GNU General Public License Version 3",
"summary": "Electromagnetic Radiation Calculator",
"version": "1.4.0",
"project_urls": {
"Homepage": "https://github.com/texadactyl/emrcalc"
},
"split_keywords": [
"astronomy",
"chemistry",
"physics"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "82770464921bf64963371e22ac1c2171b9364d48396bc13f6064c608541c6528",
"md5": "6908e58b830b208bc9937dedfcbd002f",
"sha256": "e1e79a8dc6a55ce722eeed247769d3bd26a49cc9e385589b9b68defe8877c91d"
},
"downloads": -1,
"filename": "emrcalc-1.4.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "6908e58b830b208bc9937dedfcbd002f",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 21227,
"upload_time": "2024-01-06T18:22:51",
"upload_time_iso_8601": "2024-01-06T18:22:51.928346Z",
"url": "https://files.pythonhosted.org/packages/82/77/0464921bf64963371e22ac1c2171b9364d48396bc13f6064c608541c6528/emrcalc-1.4.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "86b1df226e3f998b5bbcca88e1a6d780ef652b335a68e033f109d1957adc953c",
"md5": "b2b5a40ba17a2d8b5f305700de0cba1a",
"sha256": "c2e664e3fbd146409d6cbd3cb997e780b7954c352cb5f03fbf0d70e808ee2411"
},
"downloads": -1,
"filename": "emrcalc-1.4.0.tar.gz",
"has_sig": false,
"md5_digest": "b2b5a40ba17a2d8b5f305700de0cba1a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21330,
"upload_time": "2024-01-06T18:22:53",
"upload_time_iso_8601": "2024-01-06T18:22:53.438287Z",
"url": "https://files.pythonhosted.org/packages/86/b1/df226e3f998b5bbcca88e1a6d780ef652b335a68e033f109d1957adc953c/emrcalc-1.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-06 18:22:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "texadactyl",
"github_project": "emrcalc",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "emrcalc"
}