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
- Host: GitHub
- URL: https://github.com/mikoweb/python-console-application
- Owner: mikoweb
- Created: 2023-05-07T18:16:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T12:12:09.000Z (about 3 years ago)
- Last Synced: 2025-01-30T00:41:18.225Z (over 1 year ago)
- Topics: cleo, console, python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.