Giter Club home page Giter Club logo

python-logo-widgets's Introduction

Python Logo Widgets
Python Logo Widgets

A group of widgets showing the Python logos, that can easily be added to your Python GUI code!

PyPI Build State PyTest State Pylint State CodeQL State Gitleaks State GitHub Version GitHub Issues GitHub Pull Requests Discord Server ID Downloads GitHub Languages

Key FeaturesDownloadHow To UseSupportContributingChangelogCredits & Contributors

Python Logo Widget Python Powered Height Widget Python Powered Width Widget

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.

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:

  1. Copy the logo.py, length.py, width.py files, and imgs folder to your project.
  2. Import each of the widgets (and Tkinter) into your project:
# Import Statements
from tkinter import *
from logo import *
from length import *
from width import *
  1. Call each of the respective widgets:
Python Logo Python Powered Length Python Powered Width
logo_widget() length_widget() width_widget()
  1. 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 PSF PyInstaller
GitHub Python Software Foundation PyInstaller
Web - Plans Web - Donate Web - Donate

Contributors

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.

python-logo-widgets's People

Contributors

deepsource-autofix[bot] avatar deepsource-io[bot] avatar deepsourcebot avatar dependabot[bot] avatar imgbotapp avatar restyled-commits avatar willtheorangeguy avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

python-logo-widgets's Issues

Submit other logos

Create a space, or just an invitation, to allow other people to submit logos/designs that could be added to this project.

A good idea may be to use pull requests and issues, as they are built in and work well for this.

Update icon sets

Update the icon sets to the latest version. Also ensure that icon licenses are included with the project.

Add LICENSE preface to the top of each code document

From PyWorkout created by willtheorangeguy: Dog-Face-Development/PyWorkout#16

Add a license preface to the top of each code document. This can be from a personal license, or like something that the GNU GPL v3 has:

        How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

  If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

    <program>  Copyright (C) <year>  <name of author>
    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".

  You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.

  The GNU General Public License does not permit incorporating your program
into proprietary programs.  If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.  But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.

Update workflows

Make the following workflows work:

  • Build & push to PyPI
  • PyLint
  • Test

Add legal documents to project

After legal documents have been created, at and edit each one to/for this project.

The following need to be completed:

  • Universal License
  • Universal EULA
  • Universal Terms and Conditions
  • Univeral Priacy Policy

Create a PyPi Package

Create wheels and a PyPI package.

Also, create a setup.py and a requirements.txt.

Fix DeepSource

DeepSource integration has already been created, now the problems it has created need to be fixed. Also add a DeepSource badge to the README.

  • Fix DeepSource Issues
  • Add Badge

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.