diff --git a/Coffeefi/.idea/vcs.xml b/Coffeefi/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/Coffeefi/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Coffeefi/Demos/Screenshot_2021-01-05 Add Cafes.png b/Coffeefi/Demos/Screenshot_2021-01-05 Add Cafes.png new file mode 100644 index 0000000..1a1137f Binary files /dev/null and b/Coffeefi/Demos/Screenshot_2021-01-05 Add Cafes.png differ diff --git a/Coffeefi/Demos/Screenshot_2021-01-05 All Cafes.png b/Coffeefi/Demos/Screenshot_2021-01-05 All Cafes.png new file mode 100644 index 0000000..9007935 Binary files /dev/null and b/Coffeefi/Demos/Screenshot_2021-01-05 All Cafes.png differ diff --git a/Coffeefi/Demos/Screenshot_2021-01-05 Coffee Wi-fi.png b/Coffeefi/Demos/Screenshot_2021-01-05 Coffee Wi-fi.png new file mode 100644 index 0000000..bc760ae Binary files /dev/null and b/Coffeefi/Demos/Screenshot_2021-01-05 Coffee Wi-fi.png differ diff --git a/Coffeefi/cafe-data.csv b/Coffeefi/cafe-data.csv new file mode 100644 index 0000000..86a9d72 --- /dev/null +++ b/Coffeefi/cafe-data.csv @@ -0,0 +1,7 @@ + +Beans & Aroma Coffees ,https://goo.gl/maps/J26EAaWwnALWk1XCA,8AM ,12AM,☕☕☕☕ ,💪💪💪💪 ,🔌🔌🔌🔌 +Butlers Chocolate Cafe Gulshan,https://goo.gl/maps/wZZZk84T1DJtT6qAA,8AM ,12AM,☕☕☕☕☕,💪💪💪💪💪,🔌🔌🔌🔌🔌 +Art Cafe ,https://goo.gl/maps/pvxCyvWWTAdKFycc7,10AM,11PM,☕☕☕☕ ,💪💪💪💪 ,🔌🔌🔌🔌🔌 +Coffee World Uttara ,https://goo.gl/maps/FG83Xip9ApcQnfvC7,9AM ,12AM,☕☕☕ ,💪💪💪 ,🔌🔌🔌🔌 +The White Canary Cafe And Marble Slab Creamery,https://goo.gl/maps/LjVLjud1iVUPG1u97,7AM,1AM,☕☕☕☕,💪💪💪💪,🔌🔌🔌🔌 +North End Coffee Roasters,https://goo.gl/maps/CDdLCqje9tx56FwQA,8AM,9PM,☕☕☕☕☕,💪💪💪💪💪,🔌🔌🔌🔌🔌 \ No newline at end of file diff --git a/Coffeefi/requirements.txt b/Coffeefi/requirements.txt new file mode 100644 index 0000000..cc8ce43 --- /dev/null +++ b/Coffeefi/requirements.txt @@ -0,0 +1,13 @@ +certifi==2020.12.5 +click==7.1.2 +dominate==2.6.0 +Flask==1.1.2 +Flask-Bootstrap==3.3.7.1 +Flask-WTF==0.14.3 +itsdangerous==1.1.0 +Jinja2==2.11.2 +MarkupSafe==1.1.1 +visitor==0.1.3 +Werkzeug==1.0.1 +wincertstore==0.2 +WTForms==2.3.3