Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force push commit #103

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjithurjacob%2FWindows-10-Toast-Notifications.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjithurjacob%2FWindows-10-Toast-Notifications?ref=badge_shield) [![HitCount](http://hits.dwyl.io/jithurjacob/Windows-10-Toast-Notifications.svg)](http://hits.dwyl.io/jithurjacob/Windows-10-Toast-Notifications) [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)

An easy-to-use Python library for displaying Windows 10 Toast Notifications which is useful for Windows GUI development.
Changing readme file for completing git assignment!!


![o7ja4 1](https://cloud.githubusercontent.com/assets/7101452/19763806/75f71ba4-9c5d-11e6-9f16-d0d4bf43e63e.png)


## Installation
## Installation Lavanya Git merge and conflict changes
## 2021HT66032- Lavanya S

```
pip install win10toast
Expand Down
1 change: 1 addition & 0 deletions Windows-10-Toast-Notifications
Submodule Windows-10-Toast-Notifications added at 7194d0
1 change: 1 addition & 0 deletions test_force_push_commit.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#test force-push-reset commit
6 changes: 3 additions & 3 deletions win10toast/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
from win32gui import WNDCLASS

# ############################################################################
# ########### Classes ##############
# ##################################

# ########### Class ToastNotifier##############
# ####################################################################
#Add comments on new line

class ToastNotifier(object):
"""Create a Windows 10 toast notification.
Expand Down