Skip to content

Inclusive of executable program for anyone to run

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
license.txt
Notifications You must be signed in to change notification settings

digitalbuiltenvironment/FulcrumAPIs-main

Repository files navigation

O2 Bot Assistant

Program that uses Fulcrum APIs to automatically perform certain tasks

Project Setup

In the project base directory, create a .env file and input the service account credentials:

SVC_USERNAME='<svc_username>'
SVC_PASSWORD='<svc_password>'

Create Python virtual environment in the base directory:

# Create virtual environment
python -m venv .venv

# Activate virtual environment
.venv\Scripts\activate.bat  # cmd
# or
source .venv/bin/activate   # bash

# Install requirements
pip install -r requirements.txt

Running the Script

Run python main.py

GUI will automatically pop out.

Functions right now include:

  1. Create Form
  2. Add Users (coming soon)

Creating the executable file

Run the following command on terminal

'pyinstaller --name O2Bot --onefile --windowed --icon=icon.ico --add-data "C://Users//Ansari//MyRepos//FulcrumAPIs-main//photos;photos" main.py'

About

Inclusive of executable program for anyone to run

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published