TerminalCal is a terminal-based application to view events from a public .ics calendar
-
Clone this repository:
git clone https://github.com/aarontorres0/TerminalCal.git
-
Navigate to the project directory:
cd TerminalCal
-
Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate
-
Install the necessary dependencies:
pip3 install -r requirements.txt
-
Run the application:
python3 main.py
-
(Optional) To deactivate the virtual environment and remove it when you're done:
deactivate rm -rf venv