Skip to content

caseyonit/ClassLogic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ClassLogic

ClassLogic is a free and open-source Python library for managing classroom logic, schedules, and rules. It's designed to be lightweight, easy to use, and flexible for different education-related applications.

Features

  • Simple tools for scheduling and rule checking
  • Easy to integrate into Python projects
  • Free to use under the Apache 2.0 License

Installation

Install with pip:

pip install classlogic

Or clone the repository:

git clone https://github.com/yourusername/ClassLogic.git
cd ClassLogic
python setup.py install

Example

from classlogic import Scheduler

scheduler = Scheduler()
scheduler.add_class("Math", "Monday", "9:00 AM")
scheduler.show_schedule()

License

Licensed under the Apache License 2.0. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages