Git Product home page Git Product logo

aquib-sh / chartify Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 4.25 MB

Draws 3D charts based on 4 point data from CSV, XLSX files. Cuts the chart on an interval of X-axis and plots axis relative lines diamond markers on intersecting points. Provides various customization features and ability to import, edit and export sheets.

Python 100.00%
python tkinter tksheet matplotlib charts excel numpy pandas

chartify's Introduction

Chartify

Draws 3D graphs based on 4 data points taken from a CSV or XLSX file.

plain figure plain figure

x-start, x-duration, y, z

Features:

  • Import, Edit and Export CSV, Excel sheets in the application. sheet
  • Copy paste, Cut data into cells.
  • Insert, Delete, Clear rows and columns.
  • Create multiple 3D charts based on Timedata and Numerical data by selecting different columns.
  • Cut the chart on a specific point on X axis, auxillary lines are drawn showing the position of the intersection with a plane cutting the chart and diamond shaped marker on the point of intersection. cut chart
  • Detect if there is a collision in data, that if two objects collide with their timeline.
  • Customize the application by changing fonts, colors, line colors, chart colors, font sizes, etc from Settings menu. settings after applying settings

Installation

Running executable binary

Download the zip containing .exe file from release click on chartify_app.exe to run the application.

Running from source:

You will need Python version > 3.8 Download Python3.9 from https://www.python.org/ftp/python/3.9.7/python-3.9.7-amd64.exe Note: Python 3.9.6 was used to write and test this application.

pip install numpy pandas matplotlib tksheet openpyxl

To run:

python chartify_app.py

Note: for Archlinux users you need to install tk manually by running sudo pacman -S tk

chartify's People

Contributors

aquib-sh avatar lkabuci avatar

Stargazers

 avatar  avatar

Watchers

 avatar

chartify's Issues

execution FAILS

when trying to run the app from the source it gives me this Error

Traceback (most recent call last):
  File "/path/to/chartify_app.py", line 4, in <module>
    from tkinter import font
  File "/usr/lib/python3.10/tkinter/__init__.py", line 37, in <module>
    import _tkinter # If this fails your Python may not be configured for Tk
ImportError: libtk8.6.so: cannot open shared object file: No such file or directory

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.