Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.67 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.67 KB

PyBASIC - A Simple and Powerful BASIC Programming Language Implementation in Python

Welcome to PyBASIC, a Python-based implementation of the classic BASIC programming language. PyBASIC is designed to be user-friendly for beginners while offering extensibility and versatility for more advanced users.

Getting Started

Prerequisites

Make sure you have Python installed on your system. You can download Python from python.org.

Installation

Clone the repository:

Navigate to the project directory:

  • cd PyBASIC

Under Development

Usage (Not Available Right Now)

Explore the examples and documentation in the docs folder to quickly get started with PyBASIC. You can run PyBASIC interactively or execute scripts from the command line.

Interactive mode:

  • python -m pybasic
  • Run a PyBASIC script:
  • python -m pybasic my_script.bas

Features

  • Simplicity and Readability: Follows the principles of simplicity and readability, ideal for beginners.

  • Extensibility: Easily extend PyBASIC by adding custom functions and libraries.

  • Cross-Platform: Runs on multiple platforms, ensuring a consistent development experience.

  • Interactive Console: Test and experiment with your code interactively using the PyBASIC console.

  • Modern Syntax: Incorporates modern syntax and features while preserving the essence of traditional BASIC.

Contributing

We welcome contributions from the community. If you are interested in learning and improving your Python and language design skills, feel free to contribute. You can submit bug reports, feature requests, or pull requests. Join our community to collaborate and share ideas.