https://github.com/tedlaz/sofos
PyQt5 database application generator using django like models
https://github.com/tedlaz/sofos
pyqt5 python python3 rapid-development
Last synced: 6 months ago
JSON representation
PyQt5 database application generator using django like models
- Host: GitHub
- URL: https://github.com/tedlaz/sofos
- Owner: tedlaz
- License: gpl-3.0
- Created: 2018-01-28T10:01:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T09:09:23.000Z (over 7 years ago)
- Last Synced: 2025-08-28T00:45:24.764Z (10 months ago)
- Topics: pyqt5, python, python3, rapid-development
- Language: Python
- Size: 344 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pypi.python.org/pypi/sofos)
# [](https://pypi.python.org/pypi/sofos) [](https://pypi.python.org/pypi/sofos/) [](https://github.com/tedlaz/sofos/blob/master/LICENSE) [](http://sofos.readthedocs.io/en/latest/?badge=latest) [](https://travis-ci.org/tedlaz/sofos) [](https://coveralls.io/github/tedlaz/sofos?branch=master) [](https://codecov.io/gh/tedlaz/sofos)
PyQt5 database application generator using django like models
Requirements : python 3.6, PyQt5
```bash
python3 -m venv ~/venv/sofosvenv
source ~/venv/sofosvenv/bin/activate
pip install sofos
sofos-project sofos_test
cd sofos_test
python main.py
```