A python library for many things involving data
Download dataconda.zip
Unzip dataconda.zip in your project folder (this will make a file called dataconda.py)
- bs4 (BeautifulSoup)
- requests
- tkinter
- matplotlib
- flask
- sqlite3
Move dataconda.py to the project folder or move dataconda.py to /usr/lib/python3.your python version
Command line:
dc@dataconda:~$ cd Downloads/
dc@dataconda:~/Downloads$ sudo cp dataconda.py /usr/lib/python3.6
(I use python 3.6 but you can use python 3.5, 3.7, 3.8, or 3.9)
Move dataconda.py to the project folder
Move dataconda.py to the project folder
If you only want to use a single feature of DataConda, it is better to check the submodules which reduces dependencies