VITime
CLI tool to view your timetable from terminal anytime!
Table of contents
Preview
Installation
PyPI
Open terminal and install the package using python package installer.
pip install vitime==0.2.1
NOTE: This might require admin access, on windows run your terminal as administrator and for linux based systems use-
sudo pip install vitime==0.2.1
Source code
- Download latest release via zip file or tar file
- Extract the folder to your desired location
- Then install it in your desired terminal using suitable command
Linux or Max OS X
user@hostname:~$ sudo python3 setup.py install
Windows
Run command prompt as administrator and
C:\users\username> python setup.py install
Updates
VITime has automatic update detection to notify user when a newer version is available! You can update using vitime -u
or vitime --update
.
Setting up
Commands
vitime addtimetable
Command to add entire timetable.
Note: This deletes any existing timetable.
1. Copying timetable from vtop
2. Adding timetable using VITime
vitime addcourse
Command to add a course.
Usage
Commands
vitime today
Shows all ongoing/left classes for the day.
Note: This does not show all the classes during the day, to view all classes use
vitable showday
command.
vitime showday
Shows all the classes on the day entered by the user.
vitime full
Shows the entire timetable.
vitime showcourses
Shows a lot of all the courses added to the timetable.
vitime deletecourse
Deletes the given course from timetable.
vitime deletetimetable
Deletes the entire timetable.
Note: The confirmation message is case sensitive so 'YES', 'Yes' will not work.
License
Copyright (c) 2021 Dhruv9449
MIT license
References
This project is inspired by VITable made by -
CartelProject
Developed by Dhruv Shah