Be sure to ⭐ this repo so you can keep up to date on any daily progress!
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
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.
- Zoom
- Google Classroom and Google Meet
- Microsoft Teams
If you want to say thank you or/and support active development of PROJECT-L.A.Z.Y
:
- Add a GitHub Star to the project.
- Write interesting articles about project on Dev.to, Medium or personal blog.
Together, we can make this project better every day! 😘
- Python 3.8 - Creating Project
- Abhijith Udayakumar - Design & Development - Abhijith14
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.
Yes, you can fork this repo. Please give me proper credit by linking back to Abhijith14/PROJECT-L.A.Z.Y. Thanks!