Metadata-Version: 2.1
Name: basilearn
Version: 0.1.221
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 is a Python project for learning programming concepts interactively. It provides a hands-on approach to mastering basic Python topics like variables, data types, and operators.

## 🚀 How to Use ##

Clone or download the project:

```
git clone https://github.com/barbara99/basilearn.git
```

Navigate to the project folder:

```
cd basilearn
```

Open and run the main.py file to start learning:

```
python main.py
```

## 📖 Features ##
- Interactive Lessons: Learn Python basics step by step.
- Real-time Feedback: Get immediate results as you work through exercises.
- Offline Usable: Perfect for offline learning without requiring an internet connection.

## 🚧 Roadmap(Next Steps) ##
- Add more lessons on Python topics
- Build the framework into a full Python package for easy installation via pip.
