Metadata-Version: 2.1
Name: SmplScript
Version: 0.1.3
Summary: A language written from python, meant for beginners
Home-page: https://github.com/CubesandSLEIGHTS/SmplScript
Author: Stephen Steyaert
Author-email: stephen.a.steyaert@gmail.com
License: GNU General Public v2
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: termcolor

# SmplScript: A Beginner's Programming Language

### What is SmplScript?

SmplScript is an interpreted scripting language. It is meant for the people who don't know how to program, but want to start. 

---

### What is a programming language?

A programming language is a notation for writing programs, which are specifications of a computation or algorithm. 

---

### Why should I use this language?

SmplScript is a very easy to use language. The syntax is based out of English.

---
### How do I use the language?

Go to [HERE](https://github.com/CubesandSLEIGHTS/SmplScript/blob/master/SmplScript/SmplScript_Tutorial.md "SmplScript Tutorial") for a tutorial.


