Skip to content

Abhijith14/PROJECT-L.A.Z.Y

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROJECT-L.A.Z.Y

Be sure to ⭐ this repo so you can keep up to date on any daily progress!

project_lazy version   python version   project type   license


⚡️ Quick start

First of all, download and install Python and your favourite IDE (I used PyCharm) and install the packages given in the requirements.txt file. Python Version 3.6 or higher is required.

Package installation can be done by using the pip install command:

pip install -r requirements.txt

Note : It is recommended to create a virtual environment and install your packages inside the virtual environment

# Installing virtualenv
pip install virtualenv

# Creating virtual environment folder:
virtualenv venv


# Activating environment

# Windows
venv\Scripts\activate

# Finally installing packages inside environment
pip install -r requirements.txt

💻 Run Project L.A.Z.Y

Create your timetable as a .xlsx spreadsheet inside timetable folder. After creating your timetable; run start-class.py

python start-class.py

🔔 Please note: This project uses several windows OS packages. Therefore this project works only in windows computers. In Future, other OS compatibility will be added.


🔧 Compatible with

  • Zoom
  • Google Classroom and Google Meet
  • Microsoft Teams

⭐️ Project assistance

If you want to say thank you or/and support active development of PROJECT-L.A.Z.Y:

Together, we can make this project better every day! 😘


🛠️ Built With

❤️ Authors

  • Abhijith Udayakumar - Design & Development - Abhijith14


🚨 Forking this repo (please read!)

yes, with attribution.

I value keeping my work open source, but as you all know, plagiarism is bad. It's always disheartening whenever I find that someone has copied my work without giving me credit. I spent a non-trivial amount of effort building and designing this project, and I am proud of it! All I ask of you all is to not claim this effort as your own.

TL;DR

Yes, you can fork this repo. Please give me proper credit by linking back to Abhijith14/PROJECT-L.A.Z.Y. Thanks!

Releases

No releases published

Packages

No packages published

Languages