A group of widgets showing the Python logos, that can easily be added to your Python GUI code!
Project description
Python Logo Widgets
A group of widgets showing the Python logos, that can easily be added to your Python GUI code!
Key Features • Download • How To Use • Support • Contributing • Changelog • Credits & Contributors
Key Features
- High quality images.
- Easy to integrate into a
Tkinter
GUI project. - Available as code or as a function.
- Built-in samples.
- Cross platform.
Key Features
- Easily input distance of a run.
- Input distance can be in marathons, half-marathons, miles, feet, kilometers and meters.
- Easily input run time.
- Displays speeds in meters per second and kilometers per hour.
- Cross platform.
Download
You can download the source code to run the scripts from the command line on Windows, macOS and Linux. This will require Python.
How To Use
To run the application, you can use Git and the Python Interpreter, which allows you to clone and edit the widgets, or pip
to import the widgets into your projects.
Git
To clone and run this application, you'll need Git and Python installed on your computer. If you would rather not use Git, you can just download the script from GitHub above. From your command line:
# Clone this repository
$ git clone https://github.com/willtheorangeguy/Python-Logo-Widgets
# Go into the repository
$ cd Python-Logo-Widgets
# Run the Demo Window
$ python main.py
pip
You can install the program from the Python Package Index through pip
.
# Install via pip
$ pip install Python-Logo-Widgets
# Run the Demo Window
$ Python-Logo-Widgets
To add the widgets to your project, just import the code files! Follow these instructions:
- Copy the
logo.py
,length.py
,width.py
files, andimgs
folder to your project. - Import each of the widgets (and
Tkinter
) into your project:
# Import Statements
from tkinter import *
from logo import *
from length import *
from width import *
- Call each of the respective widgets:
Python Logo | Python Powered Length | Python Powered Width |
---|---|---|
logo_widget() |
length_widget() |
width_widget() |
- Save and run the file. You're all set!
Support
Customizing the logo and widget sizes can be found in CUSTOMIZATION
. Hard-coding the widgets into your project can be found in USAGE
. More documentation is available in the Documentation and on the Wiki. If more support is required, please open a GitHub Discussion or join our Discord.
Contributing
Please contribute using GitHub Flow. Create a branch, add commits, and open a pull request.
Please read CONTRIBUTING
for details on our CODE OF CONDUCT
, and the process for submitting pull requests to us.
Changelog
See the CHANGELOG
file for details.
Credits
This software uses the following open source packages, projects, services or websites:
GitHub | Python Software Foundation | PyInstaller |
Web - Plans | Web - Donate | Web - Donate |
Contributors
- @willtheorangeguy - Sponsor on PayPal
You may also like...
- Running Calculator - A running speed calculator for any unit of distance.
- PyWorkout - A minimal CLI to keep you inspired during your workout!
- PyAvatar - Easily display all of your creative avatars to keep them consistent across websites.
License
This project is licensed under the GNU General Public License - see the LICENSE
file for details. See the Privacy Policy and Terms and Conditions for legal information.
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 Distribution
Built Distribution
File details
Details for the file Python-Logo-Widgets-2.2.21.tar.gz
.
File metadata
- Download URL: Python-Logo-Widgets-2.2.21.tar.gz
- Upload date:
- Size: 63.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24e789ff7db51227ec82e086028af78e8b198f0e5d50992d4f2b248faba1eac3 |
|
MD5 | 18927a48d0afd548b22495a34c46d30a |
|
BLAKE2b-256 | f416eb5d32e8d665524ca508c186a6e3577299b2b3b907d35a9d608e3ffd1645 |
File details
Details for the file Python_Logo_Widgets-2.2.21-py3-none-any.whl
.
File metadata
- Download URL: Python_Logo_Widgets-2.2.21-py3-none-any.whl
- Upload date:
- Size: 27.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bb61b7b7cb34882c2840f398ad4db41ee9902d7c8904abe6f3313298655e8c6 |
|
MD5 | ad126953e3d1275456758d3b18098a10 |
|
BLAKE2b-256 | b53cb6a0547b7ded2cd9db77e87c3e75d51522203883eb3c2bef41677539ba33 |