diff --git a/Final_Project/README.md b/Final_Project/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..1e29a17e062088cfa558e806074854a10578551a
--- /dev/null
+++ b/Final_Project/README.md
@@ -0,0 +1,38 @@
+###Author : Yegeon Seo
+####CS 265 Final Project
+
+---
+to run the program : 
+```python3 final.py inputFile```
+---
+
+This program creates an ical file from drexel schedule.
+
+I have talked to the Professor Mongan about reading the data directly from Drexel course registration system, but he suggested using a different source since it is hard to get data directly from Drexel. Therefore, I copied schedules from:
+
+* DrexelOne -> Academics -> Weekly Course Schedule -> Detailed Information 
+
+I copied 5 different schedules from my DrexelOne schedule and using them as inputs. 
+
+I also wanted to use Google Calendar API to automatically import the `.ics` file, but I did not have enough time to do so.
+
+----
+
+#####Makefile
+
+Makefile contains build, run, view, and clean. 
+
+```run``` currently depends on the test files I included (fall1617, fall1718, winter1617, etc...).
+
+```clean```  deletes all the `.ics` files made by ```run```
+
+* To build: ```make build```
+* To view: ```make view```
+* To run: ```make run```
+* To clean: ```make clean```
+
+----
+###Thanks!
+
+
+