Metadata-Version: 2.1
Name: basilearn
Version: 0.1.223
Summary: A library for educational content and interactive learning
Home-page: 
Author: Barbara Asiamah
Author-email: barbaraasiamah99@gmail.com
Keywords: education,interactive-learning,python,library
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Education
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools>=56.0.0

# Basilearn 📚 #

Basilearn makes learning Python a breeze! It’s a fun, interactive package that helps you master programming basics with ease, covering essential topics like variables, data types, operators, and more. The best part? You can use it anywhere—even notebooks!.

## 🚀 Installation and Usage ##

### Install the package: ###

Open a terminal (Command Prompt on Windows, Terminal on macOS/Linux) and type:

```
pip install basilearn
```

### Start the fun: ###

To begin interactive lessons, type the following in your terminal:

```
basilearn-run
```

### Use in Python Notebooks: ###

If you prefer coding in Jupyter or Colab, Basilearn works there too! Simply run the following in a notebook cell:

```
!pip install basilearn
!basilearn-run
```

## 🎉 Why Basilearn? ##

- Interactive & Fun: Learn Python basics while having a blast!
- Accessible Anywhere: Works on your laptop, offline, or even on Google Colab!
- Immediate Feedback: See results instantly and build confidence.
- Beginner-Friendly: Tailored for those just starting their coding journey.

## 🖥️ Tools You Can Use: ##

- Windows: Use Command Prompt (search for "cmd" in the Start Menu).
- macOS/Linux: Open Terminal (search for "Terminal" or press Ctrl+Alt+T).
- Notebooks : Open Jupyter or to Google Colab, and enter the commands above.

## 🌟 Next Steps ##

We’re just getting started! Here’s what’s planned for Basilearn:

- More Lessons: Cover advanced topics like loops, functions, and data structures.
- Simple UI: Develop a user-friendly interface for those who prefer visual learning over the terminal.
- Community Contributions: Open to lesson ideas and contributions!
