Metadata-Version: 2.1
Name: dl_01
Version: 3
Summary: A small example package
Home-page: https://github.com/pypa/sampleproject
Author: prnjl
Author-email: author@example.com
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.6
Description-Content-Type: text/markdown
License-File: LICENSE

this has been created for college lab exams.

use - 

````
```
pip install dl_01

````
```


````
```
from dl_01 import main 

````
```
this will generate a list of all the codes available. copy the exact name of the corresponding code that you want to use.


````
```
from dl_01 import name_you_copied
````
```
this will print the code with target output in  output of your screen


````
```
Look! You can see my backticks.
```
````
