Skip to content

alchemyst/minimal_spreadsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

This code contains some experiments in creating a minimal spreadsheet-like GUI in Python.

I discuss the ideas behind the "Original" version of the code in this blog bost

A link to that blog post was also posted to Reddit.

Shortly after the original tkinter version, I also developed a PyQt5 version and created this repository to retain future code changes.

To Do

  • PyQt5 version
  • Extract calculation logic to common class
  • Replace eval with something less dangerous

About

Experiments in developing a minimal spreadsheet-like GUI in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages