An IDE for Engineers, Scientists and Students made entirely with Python
Explore the docs »
Report Bug
·
Request Feature
Schemix is a modern, student-focused, Qt-based study companion designed for engineering and science learners. With support for rich note-taking, graph plotting, offline periodic table, unit conversion, scientific calculations, and markdown + LaTeX rendering, Schemix aims to be your all-in-one knowledge workstation.
The main highlights of Schemix are:
- Organized Boards: Create boards → subjects → chapters to manage notes and quizzes efficiently.
- Rich Text Editor:
- Supports headings, bullet lists, numbered points
- Inline math expressions via MathJax
- Insert images and icons for visual notes
- Electric Circuit Analysis
- SPC Analysis
- Spring Analysis
- Chemical Reaction Balancer
- Graph Plotting: Plot mathematical equations on a real number range and insert the graph into the notes
- Built-in offline periodic table
- Wikipedia Summary Viewer: Search any topic and view its Wikipedia snippet inside the app.
- Unit Converter: Convert units across categories like length, time, temperature, etc.
- Scientific Calculator: Fully featured calculator with keyboard input support and dockable UI.
Let's set up Schemix on your PC!
- Windows 10 x64 or later or a Linux distro running kernel 6.x or later
- Python 3.9 or later
- Python installation is bootstrapped with pip
- (Recommended) A fresh venv created with
python -m venv venvand activated withvenv\Scripts\activate - The contents of
requirements.txtinstalled viapip install -r requirements.txt - (If building an installer) Inno Setup 6.4.3 or later
You can download a prebuilt installer from the Releases or build one yourself. If using prebuilt installers, just skip to the use section.
- Clone the repo or download a tarball
- Install all prerequisites
python build.pyto compile the program first- Open up the
.issInno Setup script and compile it via Ctrl+F9 orBuild > Compile- installer can be found inOutputfolder
Just run the .exe file, duh.
This is for people who solely just want to run without installation for mostly testing purposes.
We need the prerequisites above. After getting them, you can run the program with pythonw main.py to run it without flooding your terminal with logging, or you can just run with python main.py to troubleshoot errors and debug it.
- Plugin Architecture
- AutoCAD support
Electric Circuit AnalysisSPC Analysis
and much much more...
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would improve this, please fork the repository and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the GPLv3 License. See LICENSE.txt for more information.