Skip to content

It is a screen made with a Python language using Tkinter library. The intention was to do an interface experiment for another project I'm working on.

License

Notifications You must be signed in to change notification settings

ErnstBecker/BetterButtons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🖱️ BetterButtons


Project   |    Screenshot   |    Prerequisites   |    Running   |    Technologies

🚧 Work in Progress 🚧


💻 Project

It's a program who show a window with 9 buttons, with 3 variants of each button.
The purpose of the program it's show buttons with styles, and modern animations.

📸 Screenshot


⚙ Prerequisites

Before starting, you will need to have the following tools installed on your computer:

And you will need an code editor for work with the code. Here is a suggestion:

📗 Running

Using Bash

# Clone this repository:
$ git clone https://github.com/ErnstBeckerNeto/BetterButtons.git

# Open the folder with the terminal or shell and run the code:

# Windows:
$ python -u betterbuttons.py

# Linux: 
$ python3 -u betterbuttons.py

or

Using .exe file

# Clone this repository:
$ git clone https://github.com/ErnstBeckerNeto/BetterButtons.git

# Opening the folder, you will find the .exe file, only need to open it.

🚀 Technologies

  • Python

📕 Libraries

This project was used from the following libs:

  • tkinter
  • os

About

It is a screen made with a Python language using Tkinter library. The intention was to do an interface experiment for another project I'm working on.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages