Windowsland: A dynamic island adaptation for windows for absolutely no reason than aesthetic look.

Windowsland A dynamic island adaptation for windows for absolutely no reason than aesthetic look. Usage Instructions Extract the file anywhere on your system, run the …

Read more

Palindrome number generator in Python

import random while True :     length = int ( input ( 'Enter palindrome number length: ' ))     pnum = 0     def palin_gen ( length , pnum ):         start …

Read more

Toyota Supra Font [FREE] No Copyright

Toyota SUPRA font free download no copyright. Created by me Download Font G-drive It was supposed to be used with an rendered image. Image is also copyright free, can …

Read more

Shortest way to *interchange first and last* value of a list [Python]

#def the function to interchange #We'll do this by creating tuplets and alter the sequence of first and last values on... #both sides def interchage ( mylist ):    …

Read more

[*Python*] GUI based Simple CALCULATOR.

These are the codes for a GUI based simple calculator written in Python. Paste the following codes in your python code editor: [The code below is created with PyCharm Co…

Read more

What if I change my coding language?

What if I change my coding language?  If you're going to change your coding language, then just make sure that you know your current coding language well enough. Lik…

Read more

Privacy Policy Note

I Frigon Tech, value your privacy and committed to protecting the personal information you provide when interacting with my blog. This Privacy Policy Note outlines how I…

Read more

Best way to *Start APP or GAME programming for beginners.

How to start programming for beginners Learn C++, C#, Java Nope., they are the worst ways to start programming. Then how would you start? I am here today to tell you th…

Read more
That is All