(https://vk.com/free_auds_bsuir)
The application is looking for free auditoriums in the need BSUIR building, based on the group schedule. To increase the speed of work, the application saves schedules in the database. It is recommended as often as possible (at least at the beginning of each semester) to update the database in the application (the update takes about 5 minutes)
Python 3+ should be installed on your computer. If you did not, here's link
The following Python packages must be installed:
- sqlite3
- requests
To start working with the application, you need to run the app.py file (The extension must be associated with Python). The console starts. There it is necessary to follow the instructions, choosing the necessary actions
Option 2: open the terminal, move through the cd to the directory of this repository, then in the console enter
python app.py
(https://vk.com/free_auds_bsuir)
Приложение ищет свободную аудиторию в нужном корпусе БГУИР, основываясь на расписании групп. Для увеличения скорости работы, приложение сохраняет расписания в БД. Рекомендуется как можно чаще (как минимум в начале каждого семестра) обновлять базу данных в приложении (Обновление занимает около 5 минут)
На вашем компьютере должен быть установлен Python 3+. Если вы этого не сделали - вот ссылка
Должны быть установлены следующие пакеты Python
- sqlite3
- requests
Для начала работы с приложением необходимо запустить файл app.py (Расширение должно быть асоциированно с Python). Запустится консоль. Там необходимо следовать инструкции, выбирая необходимые действия.
Вариант 2: открыть терминал, переместиться через cd в каталог этого репозитория, после чего в консоли ввести
python app.py