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
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file AOCs-1-py3-none-any.whl
.
File metadata
- Download URL: AOCs-1-py3-none-any.whl
- Upload date:
- Size: 2.3 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96713cdcb69825b146e63891d8293fa42e9759721c91db2c7e886f0aeac1a022 |
|
MD5 | 76bc7d61423aaf3d78e56bfc8dd5abcb |
|
BLAKE2b-256 | 62d4eaf15e44cecd5a0959d25f8773a1efd95ea801ff7c64be9622a84c191ac3 |