A transparent, note-taking desktop application written in Python. Write notes and view them while in a meeting or interview.
Developer/Author: Leo Angelo Genota
- Transparency - provides users the ability to view contents behind the application
- Tabs - provides users the ability to write multiple notes at a time
- Clear - provides users the ability to clear the contents of the current tab
- Save - provides users the ability to save their notes to their desired location
-
Using the Microsoft Store:
- Open the Microsoft Store.
- Search for "Python."
- Choose the newest version and install it. This method handles updates automatically and allows easy uninstallation.
-
With the Official Installer:
- Download the Python installer from the official Python download website.
- During installation, make sure to check the box that says "Add Python to PATH."
-
Homebrew (Recommended):
- Install Homebrew if you haven't already (it's a package manager for macOS).
- Open a terminal and run:
$ brew install python - Homebrew packages are usually up-to-date, and upgrading is straightforward.
-
Official Installer:
- If you're not comfortable with the command line, use the official installer:
- Download it from the Python download website.
- If you're not comfortable with the command line, use the official installer:
-
Windows Subsystem for Linux (WSL):
- If you're familiar with WSL, consider this option.
- Install WSL (preferably WSL2).
- Follow the Linux installation instructions below.
-
Linux:
- Use your package manager (e.g.,
apt,yum, orpacman) to install Python. - For example, on Ubuntu:
$ sudo apt update $ sudo apt install python3
- Use your package manager (e.g.,
python ClearNote.py
