Skip to content

Intelligenter Computerbasierter Mathematik-Interpreter in deutscher Sprache

Notifications You must be signed in to change notification settings

DlieBG/SToftware0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SToftware0

Jetzt bei Google Play

This projekt already runs on:
http://www.benedikt-schwering.de/SToftware0

You need the following Python-Components to run the Program:

  • Python 3.7.2
  • sympy 1.3
  • (Django 2.1.5) only for Webserver

Look into install.sh for Linux installation

To execute just enter ~/SToftware0/ and type:
python3 main.py


When you want to add a function you have to call the hook at main.py and at webcall/views.py
It´s important to return Strings!
look at the vorlage [:):]