/Dividers

Software dev: Python project using mathematics and tkinter module

Primary LanguagePythonMIT LicenseMIT

Dividers_Python

Main Screen

ℹ️ About

Dividers is a Python project using Tkinter module. I decided to create this project to work with a Python library and to begin software programming.

🔧 Tools

  • Python 3.12.4 / Tkinter
  • Fedora 40

📥 Setup

Open a terminal

  1. Install the project on your desktop
git clone git@github:loickcherimont/Dividers.git
cd Dividers
  1. Open app.py, search this part and follow instructions in comments
# Customization of window
window.config(bg="#2082d8")
# For Windows
# Comment the next line below on Linux! 
 window.iconbitmap(bitmap="img/pi-icon.ico")
  1. For linux dist., download tkinter module
sudo apt-get install python3-tk     # Ubuntu or other OS
sudo dnf install python3-tkinter    # Fedora
  1. The project is ready! Run this following command and the root of the repo.
python3 app.py

How does it run

  1. Enter an integer in the white box

A Sample of Integer

  1. Click on Launch button and the application returns you a list of dividers of your digit

The result

  1. There is an error message for a not valid entry

Error Processing

Try with zero 😉 !

🚀 Features

Come later nothing special for this moment...

🔑 License

Made by Loick Cherimont Under MIT License

Last edited on: 2024-07-25