Prepare Bolpatra (PPMO) bid documents of 'Works' category.
Download the executable from the Releases Page.
Or, pip install PyBid
.
If you are on windows and don't have lxml
(dependency of python-docx), download the appropriate lxml.whl file and use pip
to install it.
Install on Android (useful for tablets)
python -m PyBid.PyBid
Then provide the details of the contract. Documents will be created in the 'SOURCE' sub-directory of the corresponding project directory.
- Install Termux
pkg install python python-tkinter libxml2 libxslt libiconv clang
pip install wheel
pip install lxml PyBid
- Install and setup a Graphical Environment. Use VNC Viewer - Remote Desktop as the client.
- Create an alias (shortcut) for PyBid as
PyBid
. Make sure 'Documents' folder exists in your Internal Storage.
termux-setup-storage
echo "
alias PyBid='
cd /data/data/com.termux/files/home/storage/shared/Documents;
export DISPLAY=\":1\";
echo \"Launching PyBid in vnc-server...\";
echo \"Select Termux in vnc-viewer\";
sleep 3;
am start --user 0 com.realvnc.viewer.android/com.realvnc.viewer.android.app.ConnectionChooserActivity >/dev/null;
python -m PyBid.PyBid'
" >> ../usr/etc/bash.bashrc
- Restart Termux
PyBid
Video Tutorial: