Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 796 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 796 Bytes

Project Calculator

Build Status License: AGPL v3

A simple expression evaluator in Python. Works with integers, booleans, strings and with variables. Built as a project for the Efrei Paris ingenering school by Thibault LEPEZ and Gabriel DUGNY.

Usage

Launch main.py for the console version. Require Python 3.6+.

Launch test.py to test the evaluator.

License

This project is licensed under the terms of the GNU AGPLv3 license.