cereja icon indicating copy to clipboard operation
cereja copied to clipboard

Cereja is a bundle of useful functions we don't want to rewrite and .. just pure fun!

Results 4 cereja issues
Sort by recently updated
recently updated
newest added

* **Version**: 1.5.4 * **Platform**: all * **Subsystem**: file ```python import cereja as cj # Bug 1 file = cj.FileIO.create('./test.txt') file[0] = 'line1' file[1] = 'line2' # Raise exception IndexError:...

The way to change console colors today works as follows: The user writes the name of the color. The suggestion would be to change to hexadecimal, so that the color...

help wanted

- [ ] Whitespace indentation is used for denoting structure; however, tab characters are not allowed as part of indentation. - [ ] Comments begin with the number sign (#),...

enhancement
help wanted