Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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