Skip to content

Welcome to PyBASIC, a lightweight and extensible implementation of the classic BASIC programming language, built entirely in Python. PyBASIC is designed to provide a user-friendly and accessible environment for beginners while offering a versatile platform for more advanced users.

Notifications You must be signed in to change notification settings

vinitvijal/PyBASIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Welcome to PyBASIC, a lightweight and extensible implementation of the classic BASIC programming language, built entirely in Python. PyBASIC is designed to provide a user-friendly and accessible environment for beginners while offering a versatile platform for more advanced users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages