siddhiagarkar / Tdoc_py

A collaborative project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forthebadge

Quick Links

API tester made using Python (Tkinter and Requests)

Project Setup

  1. Clone the git in a folder
  2. Make a virtual environment in the folder

For Windows

pip install virtualenv
cd project_folder
virtualenv env
.\env\Scripts\activate

For Linux

pip install virtualenv #for version 2 and below 
pip3 install virtualenv #for version 3
cd project file
virtualenv env
source ./env/bin/activate
  1. Install requirements
pip3 install -r requirements.txt
  1. Start the application
python app.py #for version 2 and below
python3 app.py #for version 3

About

A collaborative project


Languages

Language:Python 100.0%