Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-corps/prospectius
Desktop application
https://github.com/dev-corps/prospectius
kivy kivymd mysql-database
Last synced: about 1 month ago
JSON representation
Desktop application
- Host: GitHub
- URL: https://github.com/dev-corps/prospectius
- Owner: Dev-Corps
- Created: 2024-10-05T07:43:10.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-05T07:44:13.000Z (3 months ago)
- Last Synced: 2024-11-12T09:27:34.029Z (about 1 month ago)
- Topics: kivy, kivymd, mysql-database
- Language: kvlang
- Homepage:
- Size: 1.55 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About the project
- **Description:** A simple python project that manages prospecting data in a company.
- **Techno:** KivyMD
- **Database:** MySQL (Mariadb)## Contributors
- **Organisation:** [Dev-Corps](https://github.com/Dev-Corps)
- **[Aina Maminirina](https://github.com/AinaMaminirina18)**
- **[Josoa Vonjiniaina](https://github.com/josoavj)**### Cloning
- **Add dependency:**
- **Python Virtual env:** `python -m venv /path/to/new/virtual/environment`
- **Kivy:** `pip install kivy`
- **Kivymd:** `pip install kivymd`
- **Mysql:** `pip install mysql-connector-python`- For the python virtual env, you can check the official documentation **[here](https://docs.python.org/3/library/venv.html)**
- You can skip the virtual env creation or configuration if you are using PyCharm