Skip to main content

to make the grid mans job easy

Project description

# GridSystem The goal is to create an easy way for a Grid man to create and store grids for a karting final based on the heats for an event

Running with Python36 currently.

## Pull Project Clone the project git clone https://github.com/ocalla22/GridSystem.git

## Setup a virtual environment 1. We’ll make a virtual environment for the project called myvenv. Use pyvenv or virtualenv. We’ll use virtualenv

pip install virtualenv virtualenv myvenv

For Windows source myvenv/Scripts/activate

For MacOS source myvenv/bin/activate

in both systems we can deactivate the venv using the deactivate command deactivate

  1. install pyinstaller, we’re using pyinstaller3.6 this makes packaging and generating the standalone executable easy.

pip install pyinstaller==3.6

## Package the Standalone Application This won’t work on MacOS. Pyinstaller, Tkinter and MacOS tend to disagree. For this reason its not so straight forward to make a standalone tkinter app for MacOS. Luckily the target market here is Windows users. So the following instructions assume you’ve downloaded the project on Windows OS.

Run pyinstaller on the main application file. This will create the .spec file, and a build and dist folder. In the dist folder the .exe file to run the standalone application. pyinstaller ./kartinggrids/hello.py

you can run find the standalone executable. Or distribute it for windows systems. ./dist/hello/hello.exe

You can test the application on MacOS by setting up the environment and running the main file. ./kartinggrid/hello.py, that should be enough to enhancement, but i strongly encourage packaging on windows only.

Project details


Release history Release notifications | RSS feed

This version

1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

GridSystem-1-py3-none-any.whl (1.8 kB view details)

Uploaded Python 3

File details

Details for the file GridSystem-1-py3-none-any.whl.

File metadata

  • Download URL: GridSystem-1-py3-none-any.whl
  • Upload date:
  • Size: 1.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.0

File hashes

Hashes for GridSystem-1-py3-none-any.whl
Algorithm Hash digest
SHA256 bd10dfbc8b089827e94029c7b4ed66bf389944dbb0c573f6afec7eaf92936ae5
MD5 12f50a14ac30ca082f2c2ba3e0ff7734
BLAKE2b-256 cc40ead1a19a558c4b952e6dc2d5d788da135748ab892bbe7022a68093701f7f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page