You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo present an advanced calculator supporting polynomial operations and resolution, from scratch. A comprehensive data structure is proposed, with Compiling techniques to parse user inputs. You will definitely like it
I am a noob in Git and learning Python right now so this is my repository where I will be uploading my python projects and this repository is public so anyone can view my projects and I hope you guys will help me to get better day by day.
This is a simple graphical user interface (GUI) calculator created using Python and the Tkinter library. It allows you to perform basic mathematical operations and additional operations like factorial and exponentiation.
A copy of the famous 2048 Android app adapted as a graphical desktop app, keeping the same appearance and game logic. The field cells are stored as a 2D array. As an addition, random move and auto move were added.