https://github.com/emmatyping/AsciiMathMD
A tool I hacked together for my own uses.
https://github.com/emmatyping/AsciiMathMD
Last synced: about 1 month ago
JSON representation
A tool I hacked together for my own uses.
- Host: GitHub
- URL: https://github.com/emmatyping/AsciiMathMD
- Owner: emmatyping
- Created: 2016-09-27T16:43:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-02T06:20:41.000Z (almost 6 years ago)
- Last Synced: 2025-04-26T12:53:32.000Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AsciiMathMD
This is a tool I hacked together to use instead of having to write latex.# Installation and usage:
First, install a Python 3 version. I have been testing on Python 3.7.4 x64. Then I installed PySide2 from pypi by running `pip3 install PySide2`Then I install misaka (the markdown renderer for this program) via `pip3 install misaka`.
Then you can clone this repo, and from it run `python -m AsciiMathMD`, and the program should run.
Alternatively, you can permanently install it via `pip3 install .`