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

https://github.com/thiagonunesbatista/python-client-for-ticket-api

Integration of Python with our Tickets Api built with Nodejs for a college activity.
https://github.com/thiagonunesbatista/python-client-for-ticket-api

api python3

Last synced: 4 months ago
JSON representation

Integration of Python with our Tickets Api built with Nodejs for a college activity.

Awesome Lists containing this project

README

        

# python-client-for-ticket-api

Integration of Python with our [Tickets Api built with Nodejs](https://github.com/eduardogsouz/ticket-api-senacrs-activity) for a college activity.

## Project commands

### Run the project

```bash
python3 app.py
```

### Format the code

Install the Black package with

```
pip install black InquirerPy matplotlib
```

Execute Black in the command line

```
python3 -m black FILE_NAME.PY
```