Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 843 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 843 Bytes

Notepy - The Python-made notepad

by nikosnikitas


About this project

Notepy is a Notepad application. This project was born from an inspiration from Windows' Notepad. It is entirely made in Python 3 and Tkinter.

For more information you may contact the project's developer through the application's Help Menu > Credits.

How to use

Assuming you have Python and pip installed and added to your PATH's Environment Variables

  • Clone or Download this repository.

  • Go to the project's directory

cd notepy

  • To install the requirements open your command line/terminal and run:

pip install -r requirements.txt

  • To run the application type:

python main.py

Copyright © 2021 nikosnikitas

This project's source code is licensed under the MIT License