Skip to content

UnnamedMoose/EverydayTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EverydayTools

These are some of the tools I use almost every day for working with data and plotting. A lot of the code dates back to when I hardly knew what I was doing, so it's not tidy at all and often it's quite convoluted, but it gets the job done. The most useful module is probably nicePlots which provides wrappers to matplotlib.pyplot that ensure a consistent and elegant feel to the figures it makes.

Installation

In order to install:

  1. Download git files or clone the repo into some directory.
  2. Depending on your OS:
    • Windows: Open Anaconda Command prompt.
    • Linux: Open terminal.
  3. Navigate to the source directory.
  4. Run: python setup.py install. Note: if you don't have root/admin privileges, use the --user option.
  5. Open a new Python interpreter and test the installation: import everydaytools

About

These are some of the tools I use almost every day for working with data and plotting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published