An open API service indexing awesome lists of open source software.

https://github.com/subodh101/my-python

Basic examples of most of the functionalities.
https://github.com/subodh101/my-python

Last synced: 3 months ago
JSON representation

Basic examples of most of the functionalities.

Awesome Lists containing this project

README

        

# My Python

Basic examples of most of the functionalities.

The names of the module are the name of the utility.

Feel free to copy paste :sunglasses:

### Easiest way to run

Install pipenv
```bash
pip3 install pipenv
```

Install the dependencies
```bash
pipenv install
```

Run any program
```bash
pipenv run python3
```