-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<h1 align="center"> | ||
<b>Biscuit</b> - Code Editor | ||
</h1> | ||
<p align="center"> | ||
<img src="./.github/res/img1.png" width=900/> | ||
</p> | ||
|
||
## About | ||
Biscuit is a highly customizable code editor written completely in pure python. It uses tkinter for the GUI. Biscuit is under active development currently but it is stable for use. | ||
|
||
Biscuit may not be the most visually appealing code editor out there but it is powerful. It is easy to use and feature rich. | ||
|
||
## Biscuit Developer Guide | ||
We welcome your contributions to Biscuit! Please read the [Developer Guide](./CONTRIBUTING.md) to have an overview of how to contribute. |