Skip to main content

A very basic way to do complex stuff in python.

Project description

This library will allow you to do simple things in python without as much typing in the code.

(COMMANDS) PyTools5.gui.makelabel(text) - Make TKinter Label With The Text In The Args PyTools5.gui.makebutton(text, command) - Make TKinter Button With The Text and Press Command In The Args PyTools5.calculate.add(num1, num2) - Add Num1 And Num2 PyTools5.calculate.subtract(num1, num2) - Subtract Num1 And Num2 PyTools5.calculate.multiply(num1, num2) - Multiply Num1 And Num2 PyTools5.calculate.divide(num1, num2) - Divide Num1 And Num2 PyTools5.system._sysprint_(text) - Print the Text in the Function in your python windows using batch PyTools5.system._syspause_() - Pause your python script and ask for key press to continue PyTools5.pywindow.title(name) - Changes the name of your python console if app is console-based

Changelog

0.0.1 (5/1/2021)

  • First Release

0.0.2 (5/1/2021)

Fixed PIP error

0.0.3 (5/1/2021)

2nd PIP error fixed

0.0.4 (5/1/2021)

Fixed invalid syntax

Project details


Download files

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

Source Distribution

PyTools5-0.0.4.tar.gz (2.9 kB view hashes)

Uploaded Source

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