Skip to content

Sample console application written in Python and Cleo Library

Notifications You must be signed in to change notification settings

mikoweb/python-console-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Sample console application written in Python and Cleo Library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages