A note taking app with python

A simple note-taking app. Think ‘sticky notes’ but slightly more organized. A place for all of your quick notes, reminders, or lists. All viewable in a single, unobtrusive interface and stored locally. Made using tkinter. Installation Either download the pre-packaged exe here, Or package yourself using pyinstaller main.py -w , source code on github, Or run main.py file. May also run the CLI by running the rubicon_reminders_cli file. Note that these programs do not share notes between eachother. GitHub View […]

Read more

This repo contains everything you’ll ever need to learn/revise python basics

Simplified notes to get your Python basics rightJust compare code and output side by side and feel the rush of enlightenment Key features- Precice – Everything is explained in comments or print statement itself. To the point. Only one project – Only 1 project has been made,but it has been improvised 4 times. Everytime we learn something new, it gets implemented in the same project making it better and better Basic – All the Python basics are covered in these […]

Read more

A project designed to make taking notes easier than ever – by doing it all on command line

A project designed to make taking notes easier than ever – by doing it all on command line! Yes, all of your files are easily accessible through one command interface, and can be written to at any time! #ad #sponsored Honestly, I’m just making this as a curiosity for when I go back to school in the spring.My goal is to minimize effort and maximize note efficiency, making all of my notes easily accessible and well organized.Each entry you make […]

Read more