Metadata-Version: 2.1
Name: example-package-priya2
Version: 0.0.1
Summary: A small example package
Author-email: Example Author <author@example.com>
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

Open command prompt
Go to the directory where you have this folder(D:\Project1>) Project1 is the folder having all the files and packages
Now run the cmd "pip install package" press enter
Now run the cmd "python src\launcher.py" press enter
It asks for a log path enter a name if you want the log message to be stored in a file(you can see this file in "Project1\logs" after running) else you just hit enter so that the log messages comes on your cmd itself
