Skip to content

nikosnikitas/notepy-by-nikosnikitas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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