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

https://github.com/mikoweb/python-console-application

Sample console application written in Python and Cleo Library
https://github.com/mikoweb/python-console-application

cleo console python

Last synced: over 1 year ago
JSON representation

Sample console application written in Python and Cleo Library

Awesome Lists containing this project

README

          

# Python Sample Console Application

Go to `app/module/sample/application/command` directory to show commands source code.

## Installation

virtualenv venv
virtualenv -p /usr/bin/python3.11 venv
source venv/bin/activate
pip install -r requirements.txt

## Run console

Execute command in the terminal:

python console.py

## Copyrights

Copyright (c) Rafał Mikołajun 2023.