Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apexnovalabs/prospectius---demo
Desktop application
https://github.com/apexnovalabs/prospectius---demo
kivy kivymd mysql-database
Last synced: 29 days ago
JSON representation
Desktop application
- Host: GitHub
- URL: https://github.com/apexnovalabs/prospectius---demo
- Owner: APEXNovaLabs
- Created: 2024-10-05T07:43:10.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-27T13:02:45.000Z (29 days ago)
- Last Synced: 2024-11-27T13:43:34.620Z (29 days 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:** [APEXNova Labs](https://github.com/APEXNovaLabs)
- **[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