Skip to content

Commit 655de58

Browse files
committed
project 37 and 38
1 parent f11a028 commit 655de58

File tree

15 files changed

+337
-126
lines changed

15 files changed

+337
-126
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ __pycache__/
66
.env/
77
# Ignore Python virtual environments
88
Stock_Market_Exchange/.env/
9-
Stock_Market_Exchange/Easy/.env
9+
Stock_Market_Exchange/Easy/.env
10+
Workout_tracking_using_googlesheet/.env
11+
Habit Tracking/.env

.idea/workspace.xml

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Birthday+Wisher+(Day+32)/.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
EMAIL= "shubmrj@gmail.com"
2+
PASSWORD= "vcwsqfzbmgjpgjkx"

Birthday+Wisher+(Day+32)/.idea/workspace.xml

Lines changed: 31 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Birthday+Wisher+(Day+32)/Birthday Wisher (Day 32) start/send_email.py

Whitespace-only changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# vim: set ft=rst:
2+
3+
See https://help.pythonanywhere.com/ (or click the "Help" link at the top
4+
right) for help on how to use PythonAnywhere, including tips on copying and
5+
pasting from consoles, and writing your own web applications.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name,email,year,month,day
2+
Shubham Raj,srnwda@gmail.com,2002,7,14
3+
Shailesh Chouhan,shubham4312raj@gmail.com,2005,5,31
4+
Shailesh Chouhan,shaileshchouhan@gmail.com,2005,5,31
5+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Dear [NAME],
2+
3+
Happy birthday!
4+
5+
All the best for the year!
6+
7+
Angela
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Hey [NAME],
2+
3+
Happy birthday! Have a wonderful time today and eat lots of cake!
4+
5+
Lots of love,
6+
7+
Angela
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Dear [NAME],
2+
3+
It's your birthday! Have a great day!
4+
5+
All my love,
6+
7+
Angela

0 commit comments

Comments
 (0)